Skip to content

Commit

Permalink
chor: formats code
Browse files Browse the repository at this point in the history
  • Loading branch information
am-casper committed Aug 4, 2024
1 parent fd2b393 commit eda80b7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ class _MonthlyRebatesState extends State<MonthlyRebates> {
onTap: () async {
DateTime? newDateTime = await showMonthPicker(
context: context,
monthPickerDialogSettings: const MonthPickerDialogSettings(
monthPickerDialogSettings:
const MonthPickerDialogSettings(
headerSettings: PickerHeaderSettings(
headerBackgroundColor: AppTheme.primary
),
headerBackgroundColor: AppTheme.primary),
buttonsSettings: PickerButtonsSettings(
selectedMonthBackgroundColor: AppTheme.primary,
unselectedMonthsTextColor: AppTheme.primary,
Expand Down

0 comments on commit eda80b7

Please sign in to comment.