TP-62099 | Reverting elevation in Card Renderer that was done in anim… (#398)

This commit is contained in:
Soumya Ranjan Patra
2024-03-27 13:18:17 +05:30
committed by GitHub
parent 9dbf7283a7
commit 656ae7cd52

View File

@@ -167,7 +167,7 @@ class CardRenderer(
)
},
shape = ShapeUtil.getShape(shape = property.shape),
elevation = property.elevation?.dp ?: 0.dp,
elevation = 0.dp,
backgroundColor =
animatedProperties.backgroundColor
?: property.backgroundColor?.hexToComposeColor