From d0887d88badeb7b7f38ef8d0f5ed07beb67e1ed6 Mon Sep 17 00:00:00 2001 From: Rukira Date: Thu, 27 Aug 2026 10:21:27 +0100 Subject: [PATCH] chore: bump materialKolor to 4.0.5 and update Theme parameter (batch 4) Co-authored-by: Junie --- .../src/jvmMain/kotlin/com/rukira/wowbackup/ui/theme/Theme.kt | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composeApp/src/jvmMain/kotlin/com/rukira/wowbackup/ui/theme/Theme.kt b/composeApp/src/jvmMain/kotlin/com/rukira/wowbackup/ui/theme/Theme.kt index 9b4c7e7..0f5fd4d 100644 --- a/composeApp/src/jvmMain/kotlin/com/rukira/wowbackup/ui/theme/Theme.kt +++ b/composeApp/src/jvmMain/kotlin/com/rukira/wowbackup/ui/theme/Theme.kt @@ -20,7 +20,7 @@ fun WoWBackupTheme( DynamicMaterialTheme( seedColor = accentColor.seedColor, - useDarkTheme = useDarkTheme, + isDark = useDarkTheme, content = content, ) } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d75981a..96aca12 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ kotlinx-serialization = "1.11.0" cardiologist = "0.8.0" kotlin-logging = "8.0.4" logback = "1.5.38" -materialKolor = "2.0.0" +materialKolor = "4.0.5" [libraries] androidx-lifecycle-viewmodelCompose = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" }