Skip to content

Commit

Permalink
improve: change calendar cell border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
MDeLuise committed Oct 15, 2024
1 parent c050ac3 commit 9114543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/lib/event/reminder_section.dart
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class _ReminderSectionState extends State<ReminderSection> {
child: isInMonth
? Container(
decoration: BoxDecoration(
borderRadius: const BorderRadius.all(Radius.circular(15)),
borderRadius: const BorderRadius.all(Radius.circular(10)),
color: const Color.fromRGBO(24, 44, 37, 1),
border: isToday
? Border.all(
Expand Down

0 comments on commit 9114543

Please sign in to comment.