Skip to content

Commit

Permalink
chore: update style for core Select component
Browse files Browse the repository at this point in the history
  • Loading branch information
appsparkler committed Dec 30, 2021
1 parent c85e117 commit da3f4ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export const Select = React.forwardRef(function Select(
lineHeight: 'inherit',
border: '1px solid',
borderRadius: 4,
paddingRight: 32,
color: 'inherit',
backgroundColor: (theme) => get(theme, 'colors.background', null),
}}
Expand Down

0 comments on commit da3f4ac

Please sign in to comment.