We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed49cc commit e5d2f78Copy full SHA for e5d2f78
miuix/src/commonMain/kotlin/top/yukonga/miuix/kmp/basic/NavigationBar.kt
@@ -105,7 +105,7 @@ fun NavigationBar(
105
else -> MiuixTheme.colorScheme.onSurfaceContainerVariant
106
}
107
)
108
- val fontWeight = if (isSelected) FontWeight.Medium else FontWeight.Normal
+ val fontWeight = if (isSelected) FontWeight.Bold else FontWeight.Normal
109
Column(
110
modifier = Modifier
111
.height(NavigationBarHeight)
0 commit comments