diff --git a/app/index.js b/app/index.js index a709ecc..2fcd76b 100755 --- a/app/index.js +++ b/app/index.js @@ -1,3 +1,4 @@ +import document from "document"; import { Application } from './view' import { Screen1 } from './screen1' import { Screen2 } from './screen2' diff --git a/app/screen1.js b/app/screen1.js index c86553c..762b92a 100755 --- a/app/screen1.js +++ b/app/screen1.js @@ -1,5 +1,5 @@ import { View, $at } from './view' -import { clock } from 'clock' +import clock from 'clock' const $ = $at( '#screen-1' ); diff --git a/resources/screen1.gui b/resources/screen1.gui index 1ada958..6cd069d 100755 --- a/resources/screen1.gui +++ b/resources/screen1.gui @@ -1,4 +1,4 @@ -- - -- + -- \ No newline at end of file diff --git a/resources/styles.css b/resources/styles.css index a5b727e..558ceb1 100755 --- a/resources/styles.css +++ b/resources/styles.css @@ -1,6 +1,7 @@ -.defaultText { +text { font-size: 32; font-family: System-Regular; font-weight: regular; text-length: 32; + fill: white; }