Skip to content

Commit

Permalink
refactor :: setting password screen 버튼 패딩 조절
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmdhoon2 committed Feb 5, 2024
1 parent 40ca21c commit 3762199
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fun SettingPasswordScreen(
)
Spacer(modifier = Modifier.weight(1f))
JobisButton(
modifier = Modifier.padding(vertical = 12.dp),
modifier = Modifier.padding(bottom = 24.dp),
text = stringResource(id = R.string.next),
color = ButtonColor.Primary,
onClick = onNextClick,
Expand Down

0 comments on commit 3762199

Please sign in to comment.