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: {
|
hover: {
|
||||||
background: background(layer, "hovered"),
|
background: background(layer, "hovered"),
|
||||||
text: text(layer, "sans", "hovered", { size: "sm" }),
|
label: text(layer, "sans", "hovered", { size: "sm" }),
|
||||||
},
|
},
|
||||||
active: {
|
active: {
|
||||||
background: background(layer, "active"),
|
background: background(layer, "active"),
|
||||||
text: text(layer, "sans", "active", { size: "sm" }),
|
label: text(layer, "sans", "active", { size: "sm" }),
|
||||||
},
|
},
|
||||||
activeHover: {
|
activeHover: {
|
||||||
background: background(layer, "active"),
|
background: background(layer, "active"),
|
||||||
text: text(layer, "sans", "active", { size: "sm" }),
|
label: text(layer, "sans", "active", { size: "sm" }),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
separator: {
|
separator: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue