Skip to content

Commit 75ad2ac

Browse files
authored
Update README.md
1 parent b3a3176 commit 75ad2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ proc draw*(self: Main) {.slot.} =
108108
box this, 10'ux, 10'ux, 600'ux, 120'ux
109109
110110
# set the fill color
111-
fill this, css"00001F"
111+
fill this, css"#00001F"
112112
113113
var main = Main.new()
114114
let frame = newAppFrame(main, size=(400'ui, 140'ui))

0 commit comments

Comments
 (0)