fixed background color in theme preview
This commit is contained in:
@@ -337,7 +337,8 @@ class _PremiumCustomAccentColorSettingState
|
|||||||
0.75
|
0.75
|
||||||
],
|
],
|
||||||
colors: [
|
colors: [
|
||||||
Theme.of(context).colorScheme.background,
|
settings.customBackgroundColor
|
||||||
|
?? Theme.of(context).colorScheme.background,
|
||||||
isBackgroundDifferent
|
isBackgroundDifferent
|
||||||
? HSVColor.fromColor(Theme.of(context)
|
? HSVColor.fromColor(Theme.of(context)
|
||||||
.colorScheme
|
.colorScheme
|
||||||
|
|||||||
Reference in New Issue
Block a user