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:
parent
6dc9ccad75
commit
675d6d8328
@ -22,6 +22,6 @@
|
|||||||
<color name="ic_launcher_background">#00AF9C</color>
|
<color name="ic_launcher_background">#00AF9C</color>
|
||||||
|
|
||||||
<!-- Card colors -->
|
<!-- 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>
|
<color name="card_background_color_light">#ffffffff</color>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
Reference in New Issue
Block a user