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…
Add table
Add a link
Reference in a new issue