Skip to content

Commit

Permalink
fix: Select, before and after, inherit borderRadius
Browse files Browse the repository at this point in the history
  • Loading branch information
Seedy authored Nov 26, 2021
1 parent d5eabe7 commit be288a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,15 @@ const SelectWrapper = styled('div', {
position: 'absolute',
inset: 0,
pointerEvents: 'none',
borderRadius: 'inherit',
},
'&::after': {
boxSizing: 'border-box',
content: '""',
position: 'absolute',
inset: 0,
pointerEvents: 'none',
borderRadius: 'inherit'
},

'&:focus-visible': {
Expand Down

0 comments on commit be288a5

Please sign in to comment.