add border to unchecked

This commit is contained in:
Ben Dansby 2022-06-28 07:00:07 -07:00
parent 480dbf617c
commit 7ce8d9aedc

View File

@ -69,6 +69,7 @@ unchecked idSuffix =
[ checkboxBackground
[ SvgAttributes.fill "#EBEBEB"
, SvgAttributes.fillRule "evenodd"
, SvgAttributes.stroke (toCssString Colors.gray75)
]
, checkboxBackground
[ SvgAttributes.fill "black"