Skip to content

Commit

Permalink
Updates theme references
Browse files Browse the repository at this point in the history
  • Loading branch information
ggirotto committed Nov 17, 2021
1 parent 035a847 commit 63449c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 63449c7

Please sign in to comment.