fix shape

This commit is contained in:
Thomas Klein Langenhorst 2022-08-31 08:59:20 +02:00
parent e61a839996
commit f30df19735

View file

@ -235,7 +235,7 @@ class WeekDateTimePicker extends StatelessWidget {
case DateBoxShape.rectangle: case DateBoxShape.rectangle:
return BorderRadius.zero; return BorderRadius.zero;
case DateBoxShape.roundedRectangle: case DateBoxShape.roundedRectangle:
return BorderRadius.circular(weekDateBoxSize / 4.5); return BorderRadius.circular(weekDateBoxSize / 1.5);
} }
} }
} }