mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 12:54:42 +00:00
Update contextMenu.ts
This commit is contained in:
parent
5bc074005c
commit
431ac1267a
1 changed files with 3 additions and 3 deletions
|
@ -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 a new issue