Change summary
crates/search/src/buffer_search.rs | 4 ++--
crates/search/src/project_search.rs | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
Detailed changes
@@ -113,8 +113,8 @@ impl BufferSearchBar {
} else {
color
},
- font_family: settings.ui_font.family.clone(),
- font_features: settings.ui_font.features,
+ font_family: settings.buffer_font.family.clone(),
+ font_features: settings.buffer_font.features,
font_size: rems(0.875).into(),
font_weight: FontWeight::NORMAL,
font_style: FontStyle::Normal,
@@ -1422,8 +1422,8 @@ impl ProjectSearchBar {
} else {
cx.theme().colors().text
},
- font_family: settings.ui_font.family.clone(),
- font_features: settings.ui_font.features,
+ font_family: settings.buffer_font.family.clone(),
+ font_features: settings.buffer_font.features,
font_size: rems(0.875).into(),
font_weight: FontWeight::NORMAL,
font_style: FontStyle::Normal,