mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2025-01-04 12:47:53 +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 ) =
|
( color, text, key ) =
|
||||||
case panel of
|
case panel of
|
||||||
One ->
|
One ->
|
||||||
( Colors.red, "Panel One", "panel-1" )
|
( Colors.redDark, "Panel One", "panel-1" )
|
||||||
|
|
||||||
Two ->
|
Two ->
|
||||||
( Colors.yellow, "Panel Two", "panel-2" )
|
( Colors.ochre, "Panel Two", "panel-2" )
|
||||||
|
|
||||||
Three ->
|
Three ->
|
||||||
( Colors.green, "Panel Three", "panel-3" )
|
( Colors.green, "Panel Three", "panel-3" )
|
||||||
|
Loading…
Reference in New Issue
Block a user