Skip to content

Commit e5d2f78

Browse files
committed
library: Change NavigationBar font weight
* This is what miuix originally looked like
1 parent aed49cc commit e5d2f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miuix/src/commonMain/kotlin/top/yukonga/miuix/kmp/basic/NavigationBar.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ fun NavigationBar(
105105
else -> MiuixTheme.colorScheme.onSurfaceContainerVariant
106106
}
107107
)
108-
val fontWeight = if (isSelected) FontWeight.Medium else FontWeight.Normal
108+
val fontWeight = if (isSelected) FontWeight.Bold else FontWeight.Normal
109109
Column(
110110
modifier = Modifier
111111
.height(NavigationBarHeight)

0 commit comments

Comments
 (0)