Skip to content

Commit

Permalink
fix: accordion height reduced
Browse files Browse the repository at this point in the history
  • Loading branch information
gnekoz committed May 24, 2022
1 parent ebf89b4 commit 19dc04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navigation/Accordion.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const AccordionItem = React.forwardRef(function AccordionItemFn({ item, children
orientation="horizontal"
mainAlignment="flex-start"
padding={{ all: 'small' }}
height={48}
height={40}
ref={ref}
style={{ minWidth: 0, flexBasis: 0, flexGrow: 1 }}
{...rest}
Expand Down

0 comments on commit 19dc04f

Please sign in to comment.