forked from pisilinux-rs/yali-rs
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