diff --git a/egui_extras/src/datepicker/popup.rs b/egui_extras/src/datepicker/popup.rs index 41f0b28a..5e79804f 100644 --- a/egui_extras/src/datepicker/popup.rs +++ b/egui_extras/src/datepicker/popup.rs @@ -277,7 +277,7 @@ impl<'a> DatePickerPopup<'a> { && popup_state.month == day.month() && popup_state.day == day.day() { - Color32::DARK_BLUE + ui.visuals().selection.bg_fill } else if day.weekday() == Weekday::Sat || day.weekday() == Weekday::Sun {