mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-18 17:14:21 +01:00
@@ -81,7 +81,7 @@ pub fn light_color_theme() -> ColorTheme {
|
||||
|
||||
// INACTIVE WIDGET
|
||||
inactive_bg_stroke_color: EVEN_DARKER_GRAY,
|
||||
inactive_bg_fill: LIGHT_GRAY,
|
||||
inactive_bg_fill: LIGHTER_GRAY,
|
||||
inactive_weak_bg_fill: EVEN_DARKER_GRAY,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -304,7 +304,7 @@ impl<'a> NavTitle<'a> {
|
||||
ui.dnd_drag_source(item_id, col, |ui| {
|
||||
item_frame
|
||||
.stroke(egui::Stroke::new(2.0, colors::PINK))
|
||||
.fill(ui.visuals().panel_fill)
|
||||
.fill(ui.visuals().widgets.noninteractive.bg_stroke.color)
|
||||
.show(ui, |ui| self.move_tooltip_col_presentation(ui, col));
|
||||
})
|
||||
.response
|
||||
|
||||
Reference in New Issue
Block a user