Skip to content

Commit 286d05e

Browse files
committed
fixed color option in accoridon
1 parent 9573863 commit 286d05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/showcase/components/accordion/MinimalAccordion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const AccordionItem: React.FC<AccordionItemProps> = ({
6060
initial="collapsed"
6161
animate={isExpanded ? 'expanded' : 'collapsed'}
6262
>
63-
<p className="m-0 text-sm text-gray-600">{content}</p>
63+
<p className="m-0 text-sm text-gray-900">{content}</p>
6464
</motion.div>
6565
</motion.div>
6666
)

0 commit comments

Comments
 (0)