mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 13:24:19 +00:00
Update projectPanel.ts
This commit is contained in:
parent
48dcc465f2
commit
a62e2a38d7
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@ export default function projectPanel(colorScheme: ColorScheme) {
|
||||||
iconColor: foreground(layer, "variant"),
|
iconColor: foreground(layer, "variant"),
|
||||||
iconSize: 8,
|
iconSize: 8,
|
||||||
iconSpacing: 8,
|
iconSpacing: 8,
|
||||||
text: text(layer, "mono", "on", { size: "sm" }),
|
text: text(layer, "mono", "variant", { size: "sm" }),
|
||||||
hover: {
|
hover: {
|
||||||
background: background(layer, "on", "hovered"),
|
background: background(layer, "variant", "hovered"),
|
||||||
},
|
},
|
||||||
active: {
|
active: {
|
||||||
background: background(layer, "active"),
|
background: background(layer, "active"),
|
||||||
|
|
Loading…
Reference in a new issue