Use redDark for hover danger

This commit is contained in:
Tessa Kelly 2020-09-28 11:58:47 -07:00
parent 0cfcde3791
commit f0ad0a419e

View File

@ -445,7 +445,7 @@ buttonOrLinkStyles config =
( Colors.navy, Colors.navy, Css.pointer ) ( Colors.navy, Colors.navy, Css.pointer )
Danger -> Danger ->
( Colors.red, Colors.red, Css.pointer ) ( Colors.red, Colors.redDark, Css.pointer )
in in
[ Css.property "transition" [ Css.property "transition"
"background-color 0.2s, color 0.2s, border-width 0s, border-color 0.2s" "background-color 0.2s, color 0.2s, border-width 0s, border-color 0.2s"