changed text color to be the secondary color all the time.

pull/28/head
Chris Veilleux 2018-12-17 12:34:20 -06:00
parent 0d67a20bcc
commit c3896949bd
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ $mycroft-light-theme-foreground: (
secondary-text: $dark-secondary-text,
icon: rgba(black, 0.54),
icons: rgba(black, 0.54),
text: rgba(black, 0.87),
text: rgba(#2c3e50, 0.87),
slider-min: rgba(black, 0.87),
slider-off: rgba(black, 0.26),
slider-off-active: rgba(black, 0.38),