mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
Use the same font size for hovered state of LSP status
This element is used for the update state as well for some reason so while we don't normally ever see this state, it is used when the status is acting as the restart to update button
This commit is contained in:
parent
9e755bb855
commit
df4480ba52
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ export default function status_bar(): any {
|
|||
},
|
||||
state: {
|
||||
hovered: {
|
||||
message: text(layer, "sans"),
|
||||
message: text(layer, "sans", { size: "xs" }),
|
||||
icon_color: foreground(layer),
|
||||
background: background(layer, "hovered"),
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue