Skip to content

Commit 990f0af

Browse files
committed
fix(accordion): update icon name and size
1 parent a63e940 commit 990f0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/components/Accordion/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const Accordion = forwardRef<HTMLDivElement, AccordionProps>(
2323
{title}
2424
</Text>
2525
<div className={cx('icon')}>
26-
<Icon name="arrow-right" size="sm" />
26+
<Icon name="angle-right" size="lg" />
2727
</div>
2828
</Disclosure>
2929
<DisclosureContent

0 commit comments

Comments
 (0)