Skip to content

Commit

Permalink
Merge pull request #171 from cabcookie:improve-person-mention
Browse files Browse the repository at this point in the history
fix: improved visuals for accordions
  • Loading branch information
cabcookie authored Aug 7, 2024
2 parents bf1fa37 + e351af3 commit 8c52d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/accordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const AccordionTrigger = React.forwardRef<
React.ElementRef<typeof AccordionPrimitive.Trigger>,
React.ComponentPropsWithoutRef<typeof AccordionPrimitive.Trigger>
>(({ className, children, ...props }, ref) => (
<AccordionPrimitive.Header className="flex hover:bg-muted w-full data-[state=open]:bg-[--context-color-secondary] data-[state=open]:hover:bg-[--context-color-hover-secondary]">
<AccordionPrimitive.Header className="flex hover:bg-muted w-full">
<AccordionPrimitive.Trigger
ref={ref}
className={cn(
Expand Down

0 comments on commit 8c52d18

Please sign in to comment.