💄 style: add scroll button UI

This commit is contained in:
2026-03-15 21:25:53 +07:00
parent 5cb3b909be
commit 97ef74e0f7
4 changed files with 110 additions and 2 deletions

View File

@ -17,7 +17,7 @@ function Separator({
decorative={decorative}
orientation={orientation}
className={cn(
"bg-border shrink-0 data-horizontal:h-px data-horizontal:w-full data-vertical:w-px data-vertical:self-stretch",
"shrink-0 bg-border data-horizontal:h-px data-horizontal:w-full data-vertical:w-px data-vertical:self-stretch",
className
)}
{...props}