chore: Sort classes

This commit is contained in:
Sidharth Vinod
2025-03-17 13:27:44 -07:00
parent 059a1a98ab
commit 355f1929b2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -45,7 +45,7 @@
<div
class={[
'border-muted card flex h-fit flex-col overflow-hidden rounded-2xl border-2',
'card flex h-fit flex-col overflow-hidden rounded-2xl border-2 border-muted',
isOpen && 'isOpen flex-grow',
isStackable ? 'flex-1 group-has-[.isOpen]:w-full group-has-[.isOpen]:flex-none' : 'w-full'
]}>
@@ -53,7 +53,7 @@
role="toolbar"
tabindex="0"
class={[
'bg-muted flex h-11 flex-none cursor-pointer items-center justify-between whitespace-nowrap p-2',
'flex h-11 flex-none cursor-pointer items-center justify-between whitespace-nowrap bg-muted p-2',
isTabsShown && 'pb-1'
]}
onclick={toggleCardOpen}
+1 -1
View File
@@ -34,7 +34,7 @@
variant="ghost"
class={[
'px-2',
activeTabID === tab.id && 'border-b-primary-foreground/50 rounded-b-none border-b-2'
activeTabID === tab.id && 'rounded-b-none border-b-2 border-b-primary-foreground/50'
]}
onclick={toggleTabs(tab)}
onkeypress={toggleTabs(tab)}>