use darker text color with light theme by default
This commit is contained in:
parent
0b7d7267b4
commit
025b3ea64a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<color name="light_grey_stroke">#40FFFFFF</color>
|
||||
|
||||
<!-- Color Customization -->
|
||||
<color name="theme_light_text_color">@color/md_grey_600</color>
|
||||
<color name="theme_light_text_color">@color/md_grey_800</color>
|
||||
<color name="theme_light_background_color">@color/md_grey_white</color>
|
||||
<color name="theme_dark_text_color">@color/md_grey_200</color>
|
||||
<color name="theme_dark_background_color">@color/md_grey_800</color>
|
||||
|
|
Loading…
Reference in a new issue