Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
refactor: Update foreground color button in filters.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Jun 28, 2024
1 parent 16f3184 commit 1b8e513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/home/filters.dart
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class FiltersPageState extends State<FiltersPage> {
child: ElevatedButton(
style: ElevatedButton.styleFrom(
backgroundColor: Colors.yellow[700],
foregroundColor: Colors.white,
foregroundColor: Colors.black,
padding: const EdgeInsets.symmetric(vertical: 16.0),
),
onPressed: () {},
Expand Down

0 comments on commit 1b8e513

Please sign in to comment.