Skip to content

Commit

Permalink
fix : 작은 ui 수정 사항 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
HamBP committed Jan 9, 2025
1 parent 8a36250 commit 29514c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fun ToastSnackbarHost(
) {
if (leadingIcon != null) {
leadingIcon()
Spacer(modifier = Modifier.padding(end = 12.dp))
Spacer(modifier = Modifier.padding(end = 8.dp))
}
Text(
modifier = Modifier.padding(vertical = 12.dp),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ private fun QrScanBottombar(onClick: () -> Unit) {
)
Text(
text = stringResource(id = R.string.show_entry_code),
style = MaterialTheme.typography.bodySmall,
style = MaterialTheme.typography.titleSmall,
color = Grey30,
)
}
Expand Down

0 comments on commit 29514c9

Please sign in to comment.