| import styled from 'styled-components'; | |
| const Input = styled.input` | |
| outline: none; | |
| border: none; | |
| border-bottom: 1px dotted #999; | |
| background-color: transparent; | |
| `; | |
| export default Input; | |
| import styled from 'styled-components'; | |
| const Input = styled.input` | |
| outline: none; | |
| border: none; | |
| border-bottom: 1px dotted #999; | |
| background-color: transparent; | |
| `; | |
| export default Input; | |