export const WarningButton = styled(Button)`
  color: ${(props) => props.theme.warning};
  border-color: ${(props) => props.theme.warning};
`;