Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktoriasalamon committed Jul 3, 2024
1 parent 7d5fb0e commit baa728f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const AccordionCard = ({
)}
onClick={() => setOpen(!isOpen)}
>
<Typography variant={small ? "body-m/semibold" : "head-s/semibold"}>{title}</Typography>
<Typography variant={small ? 'body-m/semibold' : 'head-s/semibold'}>{title}</Typography>
{children ? (
<div className="flex h-8 w-8 items-center justify-center rounded-full bg-navy-50">
<ChevronRightIcon className={generateClassNames('rotate-90 text-navy-500', { '-rotate-90': isOpen })} />
Expand Down

0 comments on commit baa728f

Please sign in to comment.