From 63449c738b33b2446f704aafeeec0e872e7c0e81 Mon Sep 17 00:00:00 2001 From: Guilherme Girotto Date: Wed, 17 Nov 2021 16:17:04 -0300 Subject: [PATCH] Updates theme references --- .../pages/home/collections/update/update_collection_memos.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/application/pages/home/collections/update/update_collection_memos.dart b/lib/application/pages/home/collections/update/update_collection_memos.dart index d4f62badc..403fced41 100644 --- a/lib/application/pages/home/collections/update/update_collection_memos.dart +++ b/lib/application/pages/home/collections/update/update_collection_memos.dart @@ -25,7 +25,7 @@ class _CreateMemoEmptyState extends ConsumerWidget { @override Widget build(BuildContext context, WidgetRef ref) { - final theme = useTheme(ref); + final theme = ref.watch(themeController); final textTheme = Theme.of(context).textTheme; return Material(