mirror of https://github.com/espruino/BangleApps
Spelling and color
parent
55d2f45754
commit
fca637a328
|
@ -2,4 +2,4 @@
|
|||
0.02: Added support for locale and 12H clock
|
||||
0.03: Added HR indication to clock
|
||||
0.04: Update font size and alignment
|
||||
0.05: Changes whcihc circle show minutes and seconds
|
||||
0.05: Changes which circle show minutes and seconds
|
||||
|
|
|
@ -37,8 +37,8 @@
|
|||
center: screen.center,
|
||||
},
|
||||
circle: {
|
||||
colormin: 0x606060,
|
||||
colorsec: 0x606060,
|
||||
colormin: 0xffffff,
|
||||
colorsec: 0xffffff,
|
||||
width: 10,
|
||||
middle: screen.middle,
|
||||
center: screen.center,
|
||||
|
|
Loading…
Reference in New Issue