This commit is contained in:
Brian Hicks 2020-12-10 17:09:53 -06:00
parent c6f3e133da
commit 67f7312fdc

View File

@ -298,7 +298,7 @@ viewSwitch config =
else
-- gray75, but can't use the Color type here
Css.property "stroke" "#EBEBEB"
Css.property "stroke" "#BFBFBF"
, transition "stroke 0.1s"
]
, SvgAttributes.class "switch-slider"