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