fix: replace `<tab>` with `<space>`

pull/13197/head
Nik Revenco 2025-05-09 17:29:23 +01:00
parent 1c3efb9160
commit b1c2ca5021
1 changed files with 2 additions and 1 deletions

View File

@ -123,6 +123,7 @@ impl EditorView {
],
[Left] vec![
Span::styled(":theme", theme.get("markup.raw")),
Span::styled("<space>", theme.get("comment")),
" choose a theme".into(),
],
[Left] vec![