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.
1 parent efac2dc commit 5130730Copy full SHA for 5130730
components/Accordion.tsx
@@ -108,7 +108,7 @@ const Accordion: React.FC<AccordionProps> = ({ items }) => {
108
<div className='ml-4 flex-shrink-0'>
109
<div
110
className={cn(
111
- 'w-6 h-6 rounded-full border-2 border-border flex items-center justify-center transition-all duration-200',
+ 'w-6 h-6 rounded-full border-2 border-border flex items-center justify-center transition-all duration-200 cursor-pointer',
112
openItems.has(item.id)
113
? 'border-primary bg-primary text-white rotate-45 dark:bg-[#bfdbfe] dark:text-black dark:border-[#bfdbfe]'
114
: 'hover:border-primary/50',
0 commit comments