Skip to content

Commit

Permalink
Fix week view full-day row bottom border color
Browse files Browse the repository at this point in the history
  • Loading branch information
MartimTSilva authored and apurva010 committed May 8, 2024
1 parent 1fba897 commit 81adb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/week_view/_internal_week_view_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ class InternalWeekViewPage<T extends Object?> extends StatelessWidget {
child: Container(
decoration: BoxDecoration(
border: Border(
bottom: BorderSide(color: Constants.defaultBorderColor, width: 2),
bottom: BorderSide(color: hourIndicatorSettings.color, width: 2),
),
),
child: Row(
Expand Down

0 comments on commit 81adb3e

Please sign in to comment.