mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Add light mode
This commit is contained in:
@@ -59,7 +59,6 @@ impl FractalClock {
|
||||
ui.expand_to_include_rect(painter.clip_rect());
|
||||
|
||||
Frame::popup(ui.style())
|
||||
.fill(Rgba::from_luminance_alpha(0.02, 0.5).into())
|
||||
.stroke(Stroke::none())
|
||||
.show(ui, |ui| {
|
||||
ui.set_max_width(270.0);
|
||||
|
||||
Reference in New Issue
Block a user