use white background color at light theme

This commit is contained in:
tibbi 2018-01-16 20:21:36 +01:00
parent c2dfb574a8
commit cf3a1f98f7
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ buildscript {
propMinSdkVersion = 16
propTargetSdkVersion = propCompileSdkVersion
propVersionCode = 1
propVersionName = '3.7.6'
propVersionName = '3.7.7'
kotlin_version = '1.2.10'
support_libs = '27.0.2'
}

View file

@ -11,7 +11,7 @@
<!-- Color Customization -->
<color name="theme_light_text_color">@color/md_grey_600</color>
<color name="theme_light_background_color">@color/md_grey_200</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>
<color name="default_text_color">@color/theme_dark_text_color</color>