Skip to content

Commit 36aa9f2

Browse files
committed
fix: NavigationBar split when using blur again
1 parent 0181f08 commit 36aa9f2

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
@@ -86,7 +86,7 @@ fun NavigationBar(
8686
)
8787
}
8888
Row(
89-
modifier = modifier.fillMaxWidth(),
89+
modifier = Modifier.fillMaxWidth(),
9090
horizontalArrangement = Arrangement.SpaceBetween,
9191
verticalAlignment = Alignment.CenterVertically
9292
) {

0 commit comments

Comments
 (0)