diff --git a/crates/ui/src/time/date_picker.rs b/crates/ui/src/time/date_picker.rs index 38f3dfc8..cd870a38 100644 --- a/crates/ui/src/time/date_picker.rs +++ b/crates/ui/src/time/date_picker.rs @@ -483,6 +483,7 @@ impl RenderOnce for DatePicker { .number_of_months(self.number_of_months) .border_0() .rounded_none() + .p_0() .with_size(self.size), ), ),