We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f99bc92 commit 5b97fceCopy full SHA for 5b97fce
app/src/main/java/com/poti/android/core/designsystem/component/button/PotiDeleteButton.kt
@@ -30,11 +30,11 @@ fun PotiDeleteButton(
30
val backgroundColor = type.getBackgroundColor(colors)
31
32
Icon(
33
- imageVector = ImageVector.vectorResource(R.drawable.ic_x_sm),
+ imageVector = ImageVector.vectorResource(R.drawable.icn_x_sm),
34
contentDescription = null,
35
modifier = modifier
36
.noRippleClickable(onClick)
37
- .padding(12.dp)
+ .padding(13.dp)
38
.size(24.dp)
39
.clip(CircleShape)
40
.background(backgroundColor),
0 commit comments