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( DynamicMaterialTheme(
seedColor = accentColor.seedColor, seedColor = accentColor.seedColor,
useDarkTheme = useDarkTheme, isDark = useDarkTheme,
content = content, content = content,
) )
} }

View file

@ -8,7 +8,7 @@ kotlinx-serialization = "1.11.0"
cardiologist = "0.8.0" cardiologist = "0.8.0"
kotlin-logging = "8.0.4" kotlin-logging = "8.0.4"
logback = "1.5.38" logback = "1.5.38"
materialKolor = "2.0.0" materialKolor = "4.0.5"
[libraries] [libraries]
androidx-lifecycle-viewmodelCompose = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" } androidx-lifecycle-viewmodelCompose = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" }