mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-25 00:32:26 +00:00
Improve feedback button hover state
This commit is contained in:
parent
a87d9d3578
commit
61dc703a58
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ export default function statusBar(colorScheme: ColorScheme) {
|
|||
},
|
||||
feedback: {
|
||||
...text(layer, "sans", "variant"),
|
||||
hover: text(layer, "sans", "variant", "hovered"),
|
||||
hover: text(layer, "sans", "hovered"),
|
||||
},
|
||||
diagnosticSummary: {
|
||||
height: 20,
|
||||
|
|
Loading…
Reference in a new issue