Make card bacground grey_900 instead of 800 in dark mode
Change-Id: I7ccd59984949620340ebe66710b7956acde3e381 Fixes: 124313940 Test: visual
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
<color name="homepage_support_background">#3F5FBD</color>
|
||||
<!-- 80% black for status bar of homepage -->
|
||||
<color name="homepage_status_bar_color">#cc000000</color>
|
||||
<color name="homepage_card_dismissal_background">@*android:color/material_grey_800</color>
|
||||
<color name="homepage_card_dismissal_background">@*android:color/material_grey_900</color>
|
||||
<color name="contextual_card_background">@*android:color/material_grey_900</color>
|
||||
</resources>
|
||||
|
||||
|
Reference in New Issue
Block a user