이상하다고 계속 문의가 들어와서 해결했습니다.
This commit is contained in:
parent
08c4fdd3d8
commit
0954b50db8
2 changed files with 3 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ function AccordionItem({
|
|||
return (
|
||||
<AccordionPrimitive.Item
|
||||
data-slot="accordion-item"
|
||||
className={cn("border-b last:border-b-0", className)}
|
||||
className={cn("border-b", className)}
|
||||
{...props}
|
||||
/>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue