Skip to content

Commit

Permalink
[feature/#1011] 회원인증 뷰 패딩값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Jan 23, 2025
1 parent e5037e4 commit de9be9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ private fun TopBar(
style = SoptTheme.typography.label12SB
)
}
Spacer(modifier = Modifier.height(60.dp))
Spacer(modifier = Modifier.height(54.dp))
Text(
text = "SOPT 회원인증",
color = Gray10,
Expand Down

0 comments on commit de9be9f

Please sign in to comment.