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:
parent
ae845d422c
commit
d0887d88ba
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ fun WoWBackupTheme(
|
||||||
|
|
||||||
DynamicMaterialTheme(
|
DynamicMaterialTheme(
|
||||||
seedColor = accentColor.seedColor,
|
seedColor = accentColor.seedColor,
|
||||||
useDarkTheme = useDarkTheme,
|
isDark = useDarkTheme,
|
||||||
content = content,
|
content = content,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue