We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b86de82 + 7ad5955 commit 7b7b6edCopy full SHA for 7b7b6ed
ui/core/src/commonMain/kotlin/com/tunjid/heron/ui/Tokens.kt
@@ -61,7 +61,7 @@ object UiTokens {
61
62
fun bottomNavHeight(
63
isCompact: Boolean,
64
- ): Dp = if (isCompact) 64.dp else 80.dp
+ ): Dp = if (isCompact) 48.dp else 80.dp
65
66
@Composable
67
fun bottomNavAndInsetPaddingValues(
0 commit comments