diff --git a/src/math_app.rs b/src/math_app.rs index 90f626c..c3aba90 100644 --- a/src/math_app.rs +++ b/src/math_app.rs @@ -633,4 +633,8 @@ impl App for MathApp { panic!("unable to get local storage") } } + + fn clear_color(&self, _visuals: &egui::Visuals) -> egui::Rgba { + crate::style::STYLE.window_fill().into() + } }