Skip to content

Commit

Permalink
change pt-2 back to py-2 on AccordionItem
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed Feb 26, 2024
1 parent a0921bd commit 4388a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/AccordionItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const AccordionItem = ({ children, isOpen, label, value }: AccordionItemP
return (
<Accordion.Item value={value}>
<Accordion.Header className="max-w-lg">
<Accordion.Trigger className="group flex w-full items-center justify-between border-t pt-2 text-sans-xl border-secondary [&>svg]:data-[state=open]:rotate-90">
<Accordion.Trigger className="group flex w-full items-center justify-between border-t py-2 text-sans-xl border-secondary [&>svg]:data-[state=open]:rotate-90">
<div className="text-secondary">{label}</div>
<DirectionRightIcon className="transition-all text-secondary" />
</Accordion.Trigger>
Expand Down

0 comments on commit 4388a92

Please sign in to comment.