From 63491e247f18f190852177624524b7e5e6ea6ee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20R=C3=B6ssler?= Date: Wed, 9 Feb 2022 12:46:13 +0100 Subject: [PATCH] use standard selection color Co-authored-by: Emil Ernerfeldt --- egui_extras/src/datepicker/popup.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {