checkbox tweak

This commit is contained in:
Ben Dansby 2019-04-16 11:55:59 -07:00
parent 1ceddd8f35
commit a8922451ee

View File

@ -281,7 +281,7 @@ textStyle : Style
textStyle =
batch
[ Fonts.baseFont
, fontSize (px 16)
, fontSize (px 15)
, fontWeight (int 600)
, color Colors.navy
]