mirror of
https://gitlab.com/erkanisik/yali-rs.git
synced 2026-07-30 18:59:02 +00:00
fix: language selector SVG icon now uses theme text color (tint)
This commit is contained in:
@@ -127,6 +127,7 @@ pub fn language_selector_ui(ui: &mut eframe::egui::Ui, state: &mut crate::instal
|
||||
ui.add(
|
||||
eframe::egui::Image::new(eframe::egui::include_image!("../assets/icons/language-icon.svg"))
|
||||
.max_width(40.0)
|
||||
.tint(crate::ui::theme::c_text())
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user