promote variant to its own styleset

This commit is contained in:
K Simmons 2022-09-22 13:29:19 -07:00
parent ebe8c952e4
commit 962f087ac2
17 changed files with 624 additions and 666 deletions

View file

@ -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,