|
@@ -13,7 +13,7 @@ class SettingsAppearanceView extends StatelessWidget {
|
|
|
|
|
|
@override
|
|
@override
|
|
Widget build(BuildContext context) {
|
|
Widget build(BuildContext context) {
|
|
- final theme = context.read<AppTheme>();
|
|
|
|
|
|
+ final theme = context.watch<AppTheme>();
|
|
|
|
|
|
return SingleChildScrollView(
|
|
return SingleChildScrollView(
|
|
child: Column(
|
|
child: Column(
|