Browse Source
Prevent annoying blink on select when content is smaller than placeholder
master
meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
1 additions and
0 deletions
-
src/components/base/Select/index.js
|
|
@ -37,6 +37,7 @@ const Container = styled(Box).attrs({ relative: true, color: 'steel' })`` |
|
|
|
const TriggerBtn = styled(Box).attrs({ |
|
|
|
p: 2, |
|
|
|
})` |
|
|
|
min-height: 58px; |
|
|
|
${space}; |
|
|
|
border: 1px solid ${p => p.theme.colors.mouse}; |
|
|
|
border-radius: 3px; |
|
|
|