Loëck Vézien
7 years ago
No known key found for this signature in database
GPG Key ID: CBCDCE384E853AC4
1 changed files with
0 additions and
5 deletions
-
src/components/base/Select/index.js
|
|
@ -102,11 +102,6 @@ const IconSelected = styled(Box).attrs({ |
|
|
|
font-size: 5px; |
|
|
|
width: 15px; |
|
|
|
opacity: ${p => (p.selected ? 1 : 0)}; |
|
|
|
|
|
|
|
// add top for center icon
|
|
|
|
> * { |
|
|
|
top: 1px; |
|
|
|
} |
|
|
|
` |
|
|
|
|
|
|
|
class Select extends PureComponent<Props> { |
|
|
|