Skip to content

Commit 7ad5955

Browse files
fix: actual compact navbar height
1 parent a676950 commit 7ad5955

File tree

1 file changed

+1
-1
lines changed
  • ui/core/src/commonMain/kotlin/com/tunjid/heron/ui

1 file changed

+1
-1
lines changed

ui/core/src/commonMain/kotlin/com/tunjid/heron/ui/Tokens.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object UiTokens {
6161

6262
fun bottomNavHeight(
6363
isCompact: Boolean,
64-
): Dp = if (isCompact) 64.dp else 80.dp
64+
): Dp = if (isCompact) 48.dp else 80.dp
6565

6666
@Composable
6767
fun bottomNavAndInsetPaddingValues(

0 commit comments

Comments
 (0)