Use Courier for now, to avoid panicking
This commit is contained in:
parent
25a2554bdd
commit
a1ee2db6d1
3 changed files with 5 additions and 5 deletions
|
@ -30,7 +30,7 @@ impl CollabPanel {
|
|||
.h_full()
|
||||
.flex()
|
||||
.flex_col()
|
||||
.font("Zed Sans Extended")
|
||||
.font("Courier")
|
||||
.text_color(theme.middle.base.default.foreground)
|
||||
.border_color(theme.middle.base.default.border)
|
||||
.border()
|
||||
|
|
|
@ -32,7 +32,7 @@ impl Workspace {
|
|||
.size_full()
|
||||
.flex()
|
||||
.flex_col()
|
||||
.font("Zed Sans Extended")
|
||||
.font("Courier")
|
||||
.gap_0()
|
||||
.justify_start()
|
||||
.items_start()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue