chore: bump materialKolor to 4.0.5 and update Theme parameter (batch 4)

Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
Rukira 2026-08-27 10:21:27 +01:00
parent ae845d422c
commit d0887d88ba
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ fun WoWBackupTheme(
DynamicMaterialTheme(
seedColor = accentColor.seedColor,
useDarkTheme = useDarkTheme,
isDark = useDarkTheme,
content = content,
)
}