Skip to content

Commit

Permalink
Update seasons.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
sapatevaibhav authored Jun 28, 2024
1 parent b734e75 commit c394693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/modules/seasons.dart
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class _SeasonPopupState extends State<SeasonPopup> {
),
ElevatedButton(
style: ButtonStyle(
backgroundColor: WidgetStateProperty.all(Colors.red as Size),
backgroundColor: MaterialStateProperty.all(Colors.red),
),
onPressed: () {
Navigator.of(context).pop();
Expand Down

0 comments on commit c394693

Please sign in to comment.