diff --git a/crates/ui/src/time/date_picker.rs b/crates/ui/src/time/date_picker.rs index a64332f2..c970e286 100644 --- a/crates/ui/src/time/date_picker.rs +++ b/crates/ui/src/time/date_picker.rs @@ -227,6 +227,7 @@ impl Render for DatePicker { .border_color(cx.theme().border) .shadow_lg() .rounded_lg() + .bg(cx.theme().background) .on_mouse_up_out( MouseButton::Left, cx.listener(|view, _, cx| view.escape(&Escape, cx)),