changed border of accordion
This commit is contained in:
parent
fcf7a302d0
commit
7182125819
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ const AccordionItem = React.forwardRef<
|
||||||
>(({ className, ...props }, ref) => (
|
>(({ className, ...props }, ref) => (
|
||||||
<AccordionPrimitive.Item
|
<AccordionPrimitive.Item
|
||||||
ref={ref}
|
ref={ref}
|
||||||
className={cn("border rounded-md", className)}
|
className={cn("border rounded-xl", className)}
|
||||||
{...props}
|
{...props}
|
||||||
/>
|
/>
|
||||||
));
|
));
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue