fix(ui): Fixed study component open and closed feedback in Studies panel (#4384)
This commit is contained in:
parent
ee8962e9a7
commit
365d824b98
@ -28,8 +28,10 @@ const AccordionTrigger = React.forwardRef<
|
|||||||
<AccordionPrimitive.Trigger
|
<AccordionPrimitive.Trigger
|
||||||
ref={ref}
|
ref={ref}
|
||||||
className={cn(
|
className={cn(
|
||||||
'flex flex-1 items-center justify-between py-[8px] px-[8px] text-sm font-medium transition-all [&[data-state=open]>svg]:rotate-90',
|
'flex flex-1 items-center justify-between py-2 px-2 text-sm font-medium transition-transform duration-200',
|
||||||
className
|
className,
|
||||||
|
'[&[data-state=open]>svg]:rotate-270',
|
||||||
|
'[&[data-state=closed]>svg]:rotate-90'
|
||||||
)}
|
)}
|
||||||
{...props}
|
{...props}
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user