Skip to content

Commit 1f2d1df

Browse files
committed
[design] #109 SingleButtonDialog 텍스트 패딩 조절
1 parent b209dd1 commit 1f2d1df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/designsystem/src/main/java/com/neki/android/core/designsystem/dialog/SingleButtonDialog.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fun SingleButtonDialog(
5151
) {
5252
Column(
5353
modifier = Modifier.padding(horizontal = 24.dp),
54-
verticalArrangement = Arrangement.spacedBy(2.dp),
54+
verticalArrangement = Arrangement.spacedBy(4.dp),
5555
horizontalAlignment = Alignment.CenterHorizontally,
5656
) {
5757
Text(

0 commit comments

Comments
 (0)