Make dark theme cards slightly darker

Use #323232 instead of #424242

Of course this is just a suggestion, use other codes if you wish. I just find the current color a bit too light for a dark theme.
This commit is contained in:
Nicholas 2018-10-25 14:14:07 +08:00 committed by John Wu
parent 6dc9ccad75
commit 675d6d8328

View File

@ -22,6 +22,6 @@
<color name="ic_launcher_background">#00AF9C</color>
<!-- Card colors -->
<color name="card_background_color_dark">#ff424242</color>
<color name="card_background_color_dark">#ff323232</color>
<color name="card_background_color_light">#ffffffff</color>
</resources>