Skip to content

Commit

Permalink
Better accordion carets
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshekey committed Jan 8, 2025
1 parent e6cf4ab commit ee2eb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mantle/src/components/accordion/accordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ AccordionTrigger.displayName = "AccordionTrigger";
const AccordionTriggerIcon = ({ className, ...props }: Omit<IconProps, "svg">) => (
<Icon
{...props}
svg={<CaretDown weight="fill" />}
svg={<CaretDown weight="bold" />}
className={cx("group-data-state-open:rotate-0 -rotate-90", className)}
/>
);
Expand Down

0 comments on commit ee2eb60

Please sign in to comment.