Updated colors and elevation to be less distracting

This commit is contained in:
Viktor De Pasquale
2019-10-19 21:12:30 +02:00
parent 7c6d85221d
commit ddf40df649
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ variant. Make sure to use style referenced by attribute defined it attrs.xml.
<style name="WidgetFoundation.Card.Elevated" parent="Widget.MaterialComponents.CardView">
<item name="cardBackgroundColor">?colorSurface</item>
<item name="cardElevation">@dimen/l_25</item>
<item name="cardElevation">@dimen/l_125</item>
</style>
<style name="WidgetFoundation.Card.OnPrimary" parent="Widget.MaterialComponents.CardView">