Fixed fab background color in dark mode

Now it's recognizable from the background
This commit is contained in:
Viktor De Pasquale
2019-11-14 19:10:49 +01:00
parent 9d1d1710eb
commit 2105cacce3
7 changed files with 6 additions and 14 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ variant. Make sure to use style referenced by attribute defined it attrs.xml.
</style>
<style name="WidgetFoundation.Card.Elevated" parent="Widget.MaterialComponents.CardView">
<item name="cardBackgroundColor">?colorSurface</item>
<item name="cardBackgroundColor">?colorSurfaceSurfaceVariant</item>
<item name="cardCornerRadius">@dimen/l_50</item>
<item name="cardElevation">@dimen/l_125</item>
<item name="cardPreventCornerOverlap">true</item>