TP-27728 | card radius fix (#51)

This commit is contained in:
Maila Rajanikanth
2023-05-06 14:01:12 +05:30
committed by GitHub Enterprise
parent f3e2224bdd
commit 45957aa6a5
2 changed files with 2 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ plugins {
id 'maven-publish'
}
def VERSION_NAME = "1.0.3"
def VERSION_NAME = "1.0.4"
android {
namespace 'com.navi.uitron'

View File

@@ -83,6 +83,7 @@ class CardRenderer(
}, interaction = property.interaction,
actions = updatedData?.onClick?.actions
),
shape = ShapeUtil.getShape(shape = property.shape),
elevation = 0.dp,
backgroundColor = property.backgroundColor?.hexToComposeColor ?: Color.White,
border = BorderStroke(