mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-13 22:47:27 +02:00
🎨 Sort classes (#1750)
This commit is contained in:
parent
af7b0a82d1
commit
dcc41eb0f1
120 changed files with 374 additions and 365 deletions
|
@ -42,7 +42,7 @@ const ActionBarContainer = React.forwardRef<
|
|||
<div
|
||||
ref={ref}
|
||||
className={cn(
|
||||
"bg-action-bar text-action-bar-foreground pointer-events-auto z-50 mx-auto inline-flex w-full max-w-2xl items-center gap-4 rounded-xl p-2 shadow-lg",
|
||||
"pointer-events-auto z-50 mx-auto inline-flex w-full max-w-2xl items-center gap-4 rounded-xl bg-action-bar p-2 text-action-bar-foreground shadow-lg",
|
||||
className,
|
||||
)}
|
||||
{...props}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue