We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcee60b commit e1f0259Copy full SHA for e1f0259
src/components/Workspaces.svelte
@@ -61,7 +61,7 @@
61
class="mr-2"
62
>
63
<Button
64
- class="box-border px-6 text-zb-ws-{globalIndex} {workspace.isDisplayed
+ class="box-border min-w-14 px-2 text-zb-ws-{globalIndex} {workspace.isDisplayed
65
? `border-zb-ws-${globalIndex} hover:border-blend-70 active:!border-blend-50`
66
: ''}"
67
callback={() =>
0 commit comments