Skip to content

Commit 127564c

Browse files
committed
FIX: 알림 설정, 개인정보 처리방침 항목의 하단 패딩 수정
1 parent b195567 commit 127564c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

feature/mypage/src/main/java/com/plottwist/feature/mypage/MyPageScreen.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ fun MyPageContent(
196196
Spacer(
197197
modifier = Modifier
198198
.fillMaxWidth()
199+
.padding(top = 23.dp)
199200
.height(8.dp)
200201
.background(Color(0xFFFaFaFa))
201202
)
@@ -227,6 +228,7 @@ fun MyPageContent(
227228
Spacer(
228229
modifier = Modifier
229230
.fillMaxWidth()
231+
.padding(top = 23.dp)
230232
.height(8.dp)
231233
.background(Color(0xFFFaFaFa))
232234
)

0 commit comments

Comments
 (0)