Make LSP status message match new font size of diagnostic message
This commit is contained in:
parent
46dd717857
commit
0ab1c6ac8e
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ export default function status_bar(): any {
|
||||||
icon_spacing: 4,
|
icon_spacing: 4,
|
||||||
icon_width: 14,
|
icon_width: 14,
|
||||||
height: 18,
|
height: 18,
|
||||||
message: text(layer, "sans"),
|
message: text(layer, "sans", { size: "xs" }),
|
||||||
icon_color: foreground(layer),
|
icon_color: foreground(layer),
|
||||||
},
|
},
|
||||||
state: {
|
state: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue