TP-27728 | card radius fix (#51)
This commit is contained in:
committed by
GitHub Enterprise
parent
f3e2224bdd
commit
45957aa6a5
@@ -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'
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user