Make LSP status message match new font size of diagnostic message (#2796)
The status bar diagnostic message font size was updated in
1f65effe57
but the LSP status message font size remained the same causing a font
size change when swapping between the two


Release Notes:
- Fixed an inconsistency in status bar font size.
This commit is contained in:
commit
f2b82369f2
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ export default function status_bar(): any {
|
|||
icon_spacing: 4,
|
||||
icon_width: 14,
|
||||
height: 18,
|
||||
message: text(layer, "sans"),
|
||||
message: text(layer, "sans", { size: "xs" }),
|
||||
icon_color: foreground(layer),
|
||||
},
|
||||
state: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue