| import styled from 'styled-components'; | |
| const Select = styled.select` | |
| line-height: 1em; | |
| background-color: transparent; | |
| border-style: none; | |
| `; | |
| export default Select; | |
| import styled from 'styled-components'; | |
| const Select = styled.select` | |
| line-height: 1em; | |
| background-color: transparent; | |
| border-style: none; | |
| `; | |
| export default Select; | |