Skip to content

Commit

Permalink
enhance: increase constrast for Settings text
Browse files Browse the repository at this point in the history
  • Loading branch information
carrascomj committed Oct 31, 2023
1 parent 36c5407 commit be4d3af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ pub fn ui_settings(
return;
}
egui::Window::new("Settings").show(egui_context.ctx_mut(), |ui| {
ui.visuals_mut().override_text_color = Some(egui::Color32::WHITE);
for (geom, ext) in ["Reaction", "Metabolite"]
.into_iter()
.cartesian_product(["min", "max"])
Expand Down

0 comments on commit be4d3af

Please sign in to comment.