import styled from 'styled-components'; import { Button } from './Button'; export const CircleButton = styled(Button)` display: flex; justify-content: center; align-items: center; padding: 0; border-radius: 100%; width: 2.066rem; line-height: 2.066rem; height: 2.066rem; `;