import { Button } from 'antd'; import styled from 'styled-components'; export const ButtonContainer = styled(Button)` &&& { padding-left: 0; } `;