mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 12:54:42 +00:00
Run prettier to format things
This commit is contained in:
parent
86ed5b8b83
commit
3bddf01962
1 changed files with 75 additions and 73 deletions
|
@ -19,7 +19,9 @@ export default function projectPanel(colorScheme: ColorScheme) {
|
|||
background: background(layer, "variant", "hovered"),
|
||||
},
|
||||
active: {
|
||||
background: colorScheme.isLight ? withOpacity(background(layer, "active"), 0.5) : background(layer, "active"),
|
||||
background: colorScheme.isLight
|
||||
? withOpacity(background(layer, "active"), 0.5)
|
||||
: background(layer, "active"),
|
||||
text: text(layer, "mono", "active", { size: "sm" }),
|
||||
},
|
||||
activeHover: {
|
||||
|
|
Loading…
Reference in a new issue