Skip to content

Commit

Permalink
[FEAT/#218] 패딩값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Sep 4, 2024
1 parent 48ee63a commit e410bb5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ fun SignUpScreen(
Column(
modifier = Modifier.align(Alignment.CenterHorizontally)
) {
Spacer(modifier = Modifier.height(48.dp))
ProfileWithPlusButton(
modifier = Modifier.noRippleClickable {
onProfileEditClick(true)
Expand Down

0 comments on commit e410bb5

Please sign in to comment.