diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-06 20:07:45 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-06 20:07:45 -0700 |
commit | 58317604298800ccea238dd34d5ac6537ede4529 (patch) | |
tree | 701343ce7479668c73e582f2cc94bc6f21565ba1 /extension/react-app/src/components/ContinueButton.tsx | |
parent | ee37fd0c5582bbe4b2163faa19846d980b5aa6ef (diff) | |
download | sncontinue-58317604298800ccea238dd34d5ac6537ede4529.tar.gz sncontinue-58317604298800ccea238dd34d5ac6537ede4529.tar.bz2 sncontinue-58317604298800ccea238dd34d5ac6537ede4529.zip |
details
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; } `; |