mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-24 08:53:33 +03:00
Use redDark for hover danger
This commit is contained in:
parent
0cfcde3791
commit
f0ad0a419e
@ -445,7 +445,7 @@ buttonOrLinkStyles config =
|
||||
( Colors.navy, Colors.navy, Css.pointer )
|
||||
|
||||
Danger ->
|
||||
( Colors.red, Colors.red, Css.pointer )
|
||||
( Colors.red, Colors.redDark, Css.pointer )
|
||||
in
|
||||
[ Css.property "transition"
|
||||
"background-color 0.2s, color 0.2s, border-width 0s, border-color 0.2s"
|
||||
|
Loading…
Reference in New Issue
Block a user