diff --git a/components/signup-form/index.js b/components/signup-form/index.js index 785cc230d..e2de70883 100644 --- a/components/signup-form/index.js +++ b/components/signup-form/index.js @@ -4,8 +4,13 @@ const SignUpForm = () => ( Subscribe You have caught us before we are ready, enter your email below and we will keep you posted - - +
+ +
+ +
+ +
); diff --git a/components/signup-form/style.js b/components/signup-form/style.js index c6cd5c59c..99ae65463 100644 --- a/components/signup-form/style.js +++ b/components/signup-form/style.js @@ -49,7 +49,9 @@ export const Button = styled.button` color: white; border-radius: 5px; - &:hover { + &:hover, &:active, &:focus { background: #000000; + box-shadow: none; + outline: none; } `;