TP-62099 | Reverting elevation in Card Renderer that was done in anim… (#398)
This commit is contained in:
committed by
GitHub
parent
9dbf7283a7
commit
656ae7cd52
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user