slimmed padding
This commit is contained in:
parent
f1e60728e0
commit
3d38ead369
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ export const AccordionComp = forwardRef<HTMLDivElement, AccordionCompProps>(
|
|||
key={`ac-item-${index}`}
|
||||
value={`item-${index}`}
|
||||
>
|
||||
<AccordionTrigger className="cursor-pointer py-2 text-left text-md sm:py-4 [&>svg]:text-secondary-foreground">
|
||||
<AccordionTrigger className="cursor-pointer py-2 text-left text-md sm:py-3 [&>svg]:text-secondary-foreground">
|
||||
{text.title}
|
||||
</AccordionTrigger>
|
||||
<AccordionContent className="text-base">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue