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
|
||||
ref={ref}
|
||||
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',
|
||||
className
|
||||
'flex flex-1 items-center justify-between py-2 px-2 text-sm font-medium transition-transform duration-200',
|
||||
className,
|
||||
'[&[data-state=open]>svg]:rotate-270',
|
||||
'[&[data-state=closed]>svg]:rotate-90'
|
||||
)}
|
||||
{...props}
|
||||
>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user