mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Make LSP status message match new font size of diagnostic message
This commit is contained in:
parent
46dd717857
commit
0ab1c6ac8e
@ -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…
Reference in New Issue
Block a user