Match file finder icon color to label color

This commit is contained in:
Nathan Sobo 2021-08-04 16:17:33 -06:00
parent 33a8942c8b
commit d484d80238

View File

@ -157,7 +157,9 @@ impl FileFinder {
LineBox::new(
settings.ui_font_family,
settings.ui_font_size,
Svg::new("icons/file-16.svg").boxed(),
Svg::new("icons/file-16.svg")
.with_color(style.label.text.color)
.boxed(),
)
.boxed(),
)