Skip to content

Commit

Permalink
Added missing margin to ExpandMenuDivider (#1137)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Perez <[email protected]>
  • Loading branch information
bexsoft authored Dec 11, 2024
1 parent f77bae2 commit 1077212
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ExpandMenu/ExpandMenu.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export const dividerStyles = (theme: Theme) =>
borderRight: 0,
borderLeft: 0,
width: "100%",
margin: `7px 0`,
});

export const expandMenuDescriptionStyles = (theme: Theme) =>
Expand Down

0 comments on commit 1077212

Please sign in to comment.