diff --git a/filcnaplo_premium/lib/ui/mobile/settings/theme.dart b/filcnaplo_premium/lib/ui/mobile/settings/theme.dart index 1d2b3b1..c9ffb30 100644 --- a/filcnaplo_premium/lib/ui/mobile/settings/theme.dart +++ b/filcnaplo_premium/lib/ui/mobile/settings/theme.dart @@ -337,7 +337,8 @@ class _PremiumCustomAccentColorSettingState 0.75 ], colors: [ - Theme.of(context).colorScheme.background, + settings.customBackgroundColor + ?? Theme.of(context).colorScheme.background, isBackgroundDifferent ? HSVColor.fromColor(Theme.of(context) .colorScheme