mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 09:38:25 +00:00
fix: Theme toggle not updating UI (#1205)
This commit is contained in:
parent
04a7c8dc6d
commit
2d1793c5ff
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class SettingsAppearanceView extends StatelessWidget {
|
|||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
final theme = context.read<AppTheme>();
|
||||
final theme = context.watch<AppTheme>();
|
||||
|
||||
return SingleChildScrollView(
|
||||
child: Column(
|
||||
|
|
|
|||
Loading…
Reference in a new issue