mirror of
https://github.com/Iconica-Development/flutter_date_time_picker.git
synced 2025-05-19 02:43:50 +02:00
fix shape
This commit is contained in:
parent
e61a839996
commit
f30df19735
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue