update background color in preferences screen to use surface color scheme
This commit is contained in:
parent
c29eb28053
commit
713b14ee88
@ -13,7 +13,7 @@ class Preference extends StatelessWidget {
|
||||
PreferencesProvider preferencesProvider =
|
||||
Provider.of<PreferencesProvider>(context);
|
||||
return Scaffold(
|
||||
backgroundColor: Theme.of(context).colorScheme.background,
|
||||
backgroundColor: Theme.of(context).colorScheme.surface,
|
||||
appBar: AppBar(
|
||||
title: Text(AppLocalizations.of(context)!.preferences),
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user