import styled from 'styled-components' export const Button = styled.button` background: transparent; fill: white; border: none; box-sizing: border-box; padding: 0; margin: 0; line-height: 0; :focus { outline: none; } `