Skip to content

Commit

Permalink
Fix : 스낵바 위치를 좀 더 밑으로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
DongChyeon committed May 19, 2024
1 parent f2050e3 commit 0c3ebdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/teamwiney/winey/WineyNavHost.kt
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ private fun WineySnackBar(appState: WineyAppState) {
snackbar = { data ->
Snackbar(
modifier = Modifier.padding(
bottom = 50.dp,
bottom = 20.dp,
start = 20.dp,
end = 20.dp
)
Expand Down

0 comments on commit 0c3ebdd

Please sign in to comment.