Skip to content

Commit 5b97fce

Browse files
committed
[Refactor/#10] PotiDeleteButton padding 값 수정
1 parent f99bc92 commit 5b97fce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/com/poti/android/core/designsystem/component/button/PotiDeleteButton.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ fun PotiDeleteButton(
3030
val backgroundColor = type.getBackgroundColor(colors)
3131

3232
Icon(
33-
imageVector = ImageVector.vectorResource(R.drawable.ic_x_sm),
33+
imageVector = ImageVector.vectorResource(R.drawable.icn_x_sm),
3434
contentDescription = null,
3535
modifier = modifier
3636
.noRippleClickable(onClick)
37-
.padding(12.dp)
37+
.padding(13.dp)
3838
.size(24.dp)
3939
.clip(CircleShape)
4040
.background(backgroundColor),

0 commit comments

Comments
 (0)