Skip to content

Commit

Permalink
Merge pull request #278 from garijp/issue-226
Browse files Browse the repository at this point in the history
Adjusted padding to increase spacing between bottom navigation items
  • Loading branch information
takahirom authored Aug 11, 2024
2 parents 9e0161d + f1893b0 commit 3199e39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fun GlassLikeBottomNavigation(
var selectedTabIndex by remember { mutableIntStateOf(0) }
Box(
modifier = modifier
.padding(vertical = 24.dp, horizontal = 64.dp)
.padding(vertical = 24.dp, horizontal = 48.dp)
.fillMaxWidth()
.height(64.dp)
.hazeChild(state = hazeState, shape = CircleShape)
Expand Down

0 comments on commit 3199e39

Please sign in to comment.