Skip to content

Commit

Permalink
fix(settings): 漏传的参数
Browse files Browse the repository at this point in the history
  • Loading branch information
Super12138 committed Feb 6, 2025
1 parent 9fe2544 commit 326f7ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ fun SettingsAppearance(
DarkModePicker(onDarkModeChange = { viewModel.setDarkMode(it) })

PalettePicker(
isDarkMode = viewModel.appDarkMode,
contrastLevel = viewModel.appContrastLevel,
onPaletteChange = { appPaletteStyle = it }
)
Expand Down

0 comments on commit 326f7ff

Please sign in to comment.