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 f400585 commit 56109e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class _TagsField extends HookConsumerWidget {
class _DescriptionField extends HookConsumerWidget {
@override
Widget build(BuildContext context, WidgetRef ref) {
final theme = useTheme(ref);
final theme = ref.watch(themeController);
final textTheme = Theme.of(context).textTheme;
final vm = ref.read(updateCollectionDetailsVM.notifier);
final state = ref.watch(updateCollectionDetailsVM);
Expand Down

0 comments on commit 56109e8

Please sign in to comment.