Skip to content

Commit 4388a92

Browse files
committed
change pt-2 back to py-2 on AccordionItem
1 parent a0921bd commit 4388a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/AccordionItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const AccordionItem = ({ children, isOpen, label, value }: AccordionItemP
2929
return (
3030
<Accordion.Item value={value}>
3131
<Accordion.Header className="max-w-lg">
32-
<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">
32+
<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">
3333
<div className="text-secondary">{label}</div>
3434
<DirectionRightIcon className="transition-all text-secondary" />
3535
</Accordion.Trigger>

0 commit comments

Comments
 (0)