We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 080be1d + 85219ab commit bb9d652Copy full SHA for bb9d652
packages/ui/Accordions/Accordion.tsx
@@ -31,7 +31,7 @@ const AccordionHeader = React.forwardRef<
31
<AccordionPrimitive.Trigger
32
ref={ref}
33
className={cn(
34
- "flex flex-1 items-start justify-between px-4 py-2 font-head text-black cursor-pointer focus:outline-none",
+ "flex flex-1 items-start justify-between px-4 py-2 font-head text-black cursor-pointer focus:outline-none [&[data-state=open]>svg]:rotate-180",
35
className
36
)}
37
{...props}
0 commit comments