Update projectPanel.ts

This commit is contained in:
Nate Butler 2022-09-28 16:04:15 -04:00
parent 48dcc465f2
commit a62e2a38d7

View file

@ -12,9 +12,9 @@ export default function projectPanel(colorScheme: ColorScheme) {
iconColor: foreground(layer, "variant"),
iconSize: 8,
iconSpacing: 8,
text: text(layer, "mono", "on", { size: "sm" }),
text: text(layer, "mono", "variant", { size: "sm" }),
hover: {
background: background(layer, "on", "hovered"),
background: background(layer, "variant", "hovered"),
},
active: {
background: background(layer, "active"),