mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2025-01-01 19:09:01 +03:00
use darker colors for slides
This commit is contained in:
parent
03eee1aeda
commit
2c899bec46
@ -117,10 +117,10 @@ viewPanel panel animation =
|
||||
( color, text, key ) =
|
||||
case panel of
|
||||
One ->
|
||||
( Colors.red, "Panel One", "panel-1" )
|
||||
( Colors.redDark, "Panel One", "panel-1" )
|
||||
|
||||
Two ->
|
||||
( Colors.yellow, "Panel Two", "panel-2" )
|
||||
( Colors.ochre, "Panel Two", "panel-2" )
|
||||
|
||||
Three ->
|
||||
( Colors.green, "Panel Three", "panel-3" )
|
||||
|
Loading…
Reference in New Issue
Block a user