promote variant to its own styleset
This commit is contained in:
parent
ebe8c952e4
commit
962f087ac2
17 changed files with 624 additions and 666 deletions
|
@ -17,12 +17,12 @@ export default function projectPanel(colorScheme: ColorScheme) {
|
|||
background: background(layer, "on", "hovered"),
|
||||
},
|
||||
active: {
|
||||
background: background(layer, "base", "active"),
|
||||
text: text(layer, "mono", "base", "active", { size: "sm" }),
|
||||
background: background(layer, "active"),
|
||||
text: text(layer, "mono", "active", { size: "sm" }),
|
||||
},
|
||||
activeHover: {
|
||||
background: background(layer, "base", "hovered"),
|
||||
text: text(layer, "mono", "base", "active", { size: "sm" }),
|
||||
background: background(layer, "hovered"),
|
||||
text: text(layer, "mono", "active", { size: "sm" }),
|
||||
},
|
||||
},
|
||||
cutEntryFade: 0.4,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue