Pull empty selector label styling from correct place in theme

This commit is contained in:
Nathan Sobo 2021-08-04 16:09:19 -06:00
parent 7494a395ed
commit 33a8942c8b
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ impl FileFinder {
settings.ui_font_family,
settings.ui_font_size,
)
.with_default_color(settings.theme.editor.text)
.with_style(&settings.theme.ui.selector.label)
.boxed(),
)
.with_margin_top(6.0)

View File

@ -204,7 +204,7 @@ impl ThemeSelector {
settings.ui_font_family,
settings.ui_font_size,
)
.with_default_color(settings.theme.editor.text)
.with_style(&settings.theme.ui.selector.label)
.boxed(),
)
.with_margin_top(6.0)