Skip to content

Commit

Permalink
Update calendar header background color
Browse files Browse the repository at this point in the history
  • Loading branch information
tddang-linagora committed Jul 11, 2024
1 parent f14b0e6 commit 8e1e6e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/multiple_view_date_range_picker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ class _MultipleViewDateRangePickerState extends State<MultipleViewDateRangePicke
),
),
headerStyle: const DateRangePickerHeaderStyle(
backgroundColor: Colors.white,
textAlign: TextAlign.center,
textStyle: TextStyle(
color: Colors.black,
Expand Down

0 comments on commit 8e1e6e0

Please sign in to comment.