Skip to content

Commit

Permalink
chore: update color scheme in TagsSelector widget
Browse files Browse the repository at this point in the history
  • Loading branch information
judemont committed Aug 28, 2024
1 parent 41c5f0b commit 6a6a728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/tags_selector.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class _TagsSelectorState extends State<TagsSelector> {
children: <Widget>[
DrawerHeader(
decoration: BoxDecoration(
color: Theme.of(context).colorScheme.secondary,
color: Theme.of(context).colorScheme.primary,
),
child: const Text(
'Tags',
Expand Down

0 comments on commit 6a6a728

Please sign in to comment.