Skip to content

Commit 7b7b6ed

Browse files
authored
Merge pull request #803 from ThatOneCalculator/fix/actual-compact-height
fix: actual compact navbar height
2 parents b86de82 + 7ad5955 commit 7b7b6ed

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)