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
@@ -3,7 +3,8 @@
<style name="WidgetFoundation.Card.Elevated" parent="Widget.MaterialComponents.CardView">
<item name="cardBackgroundColor">?colorSurfaceVariant</item>
<item name="cardElevation">@dimen/l_25</item>
<!--elevation wouldn't be seen, since we change the color anyways-->
<item name="cardElevation">0dp</item>
</style>
</resources>