Make LSP status message match new font size of diagnostic message (#2796)
The status bar diagnostic message font size was updated in https://github.com/zed-industries/zed/commit/1f65effe57b85d126fcb5689d6d37ec3f768502e 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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user