mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-09 21:26:14 +03:00
Update contextMenu.ts
This commit is contained in:
parent
5bc074005c
commit
431ac1267a
@ -28,15 +28,15 @@ export default function contextMenu(colorScheme: ColorScheme) {
|
||||
},
|
||||
hover: {
|
||||
background: background(layer, "hovered"),
|
||||
text: text(layer, "sans", "hovered", { size: "sm" }),
|
||||
label: text(layer, "sans", "hovered", { size: "sm" }),
|
||||
},
|
||||
active: {
|
||||
background: background(layer, "active"),
|
||||
text: text(layer, "sans", "active", { size: "sm" }),
|
||||
label: text(layer, "sans", "active", { size: "sm" }),
|
||||
},
|
||||
activeHover: {
|
||||
background: background(layer, "active"),
|
||||
text: text(layer, "sans", "active", { size: "sm" }),
|
||||
label: text(layer, "sans", "active", { size: "sm" }),
|
||||
},
|
||||
},
|
||||
separator: {
|
||||
|
Loading…
Reference in New Issue
Block a user