diff --git a/src/components/Button.js b/src/components/Button.js index 90e84acc..bfaf805f 100644 --- a/src/components/Button.js +++ b/src/components/Button.js @@ -35,7 +35,7 @@ const SIZES = { MEDIUM: 'medium', }; -const StyledButton = styled.button` +export const StyledButton = styled.button` border: 0; border-radius: 3em; cursor: pointer;