Skip to content

Commit

Permalink
💄 Fix menu item button padding (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiy93 committed May 28, 2024
1 parent 87f5b90 commit ba90016
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/amplify-components",
"version": "7.9.8",
"version": "7.9.9",
"description": "Frontend Typescript components for the Amplify team",
"main": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/components/Inputs/ComboBox/ComboBox.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ const StyledMenuItem = styled(EDSMenu.Item)<CustomMenuItemProps>`
flex: 1;
border-radius: 2px;
${({ $paddedLeft }) => $paddedLeft && `margin-left: 36px`};
padding-left: 10px;
&:focus {
outline: none;
Expand Down

0 comments on commit ba90016

Please sign in to comment.