Skip to content

Commit 5130730

Browse files
committed
adjusting the mouse pointer to show the hand icon
1 parent efac2dc commit 5130730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Accordion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const Accordion: React.FC<AccordionProps> = ({ items }) => {
108108
<div className='ml-4 flex-shrink-0'>
109109
<div
110110
className={cn(
111-
'w-6 h-6 rounded-full border-2 border-border flex items-center justify-center transition-all duration-200',
111+
'w-6 h-6 rounded-full border-2 border-border flex items-center justify-center transition-all duration-200 cursor-pointer',
112112
openItems.has(item.id)
113113
? 'border-primary bg-primary text-white rotate-45 dark:bg-[#bfdbfe] dark:text-black dark:border-[#bfdbfe]'
114114
: 'hover:border-primary/50',

0 commit comments

Comments
 (0)