mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-13 06:27:30 +02:00
🎨 Sort classes (#1750)
This commit is contained in:
parent
af7b0a82d1
commit
dcc41eb0f1
120 changed files with 374 additions and 365 deletions
|
@ -18,7 +18,7 @@ const Separator = React.forwardRef<
|
|||
decorative={decorative}
|
||||
orientation={orientation}
|
||||
className={cn(
|
||||
"bg-border shrink-0",
|
||||
"shrink-0 bg-border",
|
||||
orientation === "horizontal" ? "h-[1px] w-full" : "h-full w-[1px]",
|
||||
className,
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue