Run prettier to format things

This commit is contained in:
Petros Amoiridis 2023-03-14 09:25:35 +02:00
parent 86ed5b8b83
commit 3bddf01962
No known key found for this signature in database

View file

@ -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: {