diff options
Diffstat (limited to 'extension/react-app/src/components/ContinueButton.tsx')
-rw-r--r-- | extension/react-app/src/components/ContinueButton.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extension/react-app/src/components/ContinueButton.tsx b/extension/react-app/src/components/ContinueButton.tsx index 72f6dcd2..d7739b20 100644 --- a/extension/react-app/src/components/ContinueButton.tsx +++ b/extension/react-app/src/components/ContinueButton.tsx @@ -13,9 +13,8 @@ let StyledButton = styled(Button)` background: #be1b55; &:hover { - transition-delay: 0.5s; transition-property: "background"; - opacity: 0.8; + opacity: 0.7; } `; |