fix(deps): update dependency com.materialkolor:material-kolor to v3 (#1220)
This commit is contained in:
parent
55e1cf4b25
commit
61a48e592d
2 changed files with 2 additions and 3 deletions
|
|
@ -68,8 +68,7 @@ fun TachiyomiTheme(
|
|||
if (seedColor != null) {
|
||||
DynamicMaterialTheme(
|
||||
seedColor = seedColor,
|
||||
useDarkTheme = isSystemInDarkTheme(),
|
||||
withAmoled = isAmoled,
|
||||
isAmoled = isAmoled,
|
||||
style = uiPreferences.themeCoverBasedStyle().get(),
|
||||
typography = typography,
|
||||
animate = true,
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ compose-webview = "io.github.kevinnzou:compose-webview:0.33.6"
|
|||
compose-grid = "io.woong.compose.grid:grid:1.2.2"
|
||||
reorderable = { module = "sh.calvin.reorderable:reorderable", version = "3.0.0" }
|
||||
palette-ktx = "androidx.palette:palette-ktx:1.0.0"
|
||||
materialKolor = "com.materialkolor:material-kolor:2.1.1"
|
||||
materialKolor = "com.materialkolor:material-kolor:3.0.1"
|
||||
haze = "dev.chrisbanes.haze:haze:1.6.10"
|
||||
|
||||
swipe = "me.saket.swipe:swipe:1.3.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue