search stuff

This commit is contained in:
Mikayla Maki 2022-08-31 12:38:42 -07:00
parent f62b69adb4
commit 8e7d9cf22e
4 changed files with 140 additions and 55 deletions

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()