Commit 1c8988d3 authored by Viktor De Pasquale's avatar Viktor De Pasquale

Updated "night" style of elevated card

parent 70a3dbe2
...@@ -3,8 +3,9 @@ ...@@ -3,8 +3,9 @@
<style name="WidgetFoundation.Card.Elevated" parent="Widget.MaterialComponents.CardView"> <style name="WidgetFoundation.Card.Elevated" parent="Widget.MaterialComponents.CardView">
<item name="cardBackgroundColor">?colorSurfaceVariant</item> <item name="cardBackgroundColor">?colorSurfaceVariant</item>
<!--elevation wouldn't be seen, since we change the color anyways--> <item name="cardCornerRadius">@dimen/l_50</item>
<item name="cardElevation">0dp</item> <item name="cardElevation">@dimen/l_125</item>
<item name="cardPreventCornerOverlap">true</item>
</style> </style>
</resources> </resources>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment