Skip to content

Commit

Permalink
Merge pull request #3 from kmpm/develop-fix
Browse files Browse the repository at this point in the history
Develop fix
  • Loading branch information
Vlad Balin authored Jan 8, 2018
2 parents 0c7a270 + 6f87670 commit 0dc1905
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import document from "document";
import { Application } from './view'
import { Screen1 } from './screen1'
import { Screen2 } from './screen2'
Expand Down
2 changes: 1 addition & 1 deletion app/screen1.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { View, $at } from './view'
import { clock } from 'clock'
import clock from 'clock'

const $ = $at( '#screen-1' );

Expand Down
2 changes: 1 addition & 1 deletion resources/screen1.gui
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<svg id="screen-1" display="none">
<text id="minutes">--</text>
<text id="seconds">--</text>
<text id="seconds" x="50">--</text>
</svg>
3 changes: 2 additions & 1 deletion resources/styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.defaultText {
text {
font-size: 32;
font-family: System-Regular;
font-weight: regular;
text-length: 32;
fill: white;
}

0 comments on commit 0dc1905

Please sign in to comment.