Skip to content

Commit

Permalink
refactor: setting padding-right to size 4 for dynamic value
Browse files Browse the repository at this point in the history
  • Loading branch information
appsparkler committed Jan 9, 2022
1 parent f596aaa commit 14c58be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const Select = React.forwardRef(function Select(
lineHeight: 'inherit',
border: '1px solid',
borderRadius: 4,
paddingRight: 32,
paddingRight: 4,
color: 'inherit',
backgroundColor: (theme) => get(theme, 'colors.background', null),
}}
Expand Down

0 comments on commit 14c58be

Please sign in to comment.