Skip to content

Commit

Permalink
build(fix): Follow up miuix 0.2.9 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongA committed Oct 26, 2024
1 parent 5bb9475 commit 4cce7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composeApp/src/commonMain/kotlin/Theme.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fun AppTheme(
content: @Composable () -> Unit
) {
MiuixTheme(
colorScheme = if (isSystemInDarkTheme()) darkColorScheme() else lightColorScheme()
colors = if (isSystemInDarkTheme()) darkColorScheme() else lightColorScheme()
) {
content()
}
Expand Down

0 comments on commit 4cce7bd

Please sign in to comment.