search stuff

This commit is contained in:
Mikayla Maki
2022-08-31 16:17:46 -07:00
parent f62b69adb4
commit 8e7d9cf22e
4 changed files with 140 additions and 55 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ impl View for DiagnosticIndicator {
if in_progress {
element.add_child(
Label::new(
"checking…".into(),
"Checking…".into(),
style.diagnostic_message.default.text.clone(),
)
.aligned()