diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-05 23:49:37 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-05 23:49:37 -0700 |
commit | 5c03dd4775845c559a1f6298f7577609ba907bb1 (patch) | |
tree | e3767487c3714191a9f67b6c6f8879fa08c75830 /extension/react-app/src/components/ContinueButton.tsx | |
parent | d259979ef89f17957396fc7300e1ecf54214ae84 (diff) | |
download | sncontinue-5c03dd4775845c559a1f6298f7577609ba907bb1.tar.gz sncontinue-5c03dd4775845c559a1f6298f7577609ba907bb1.tar.bz2 sncontinue-5c03dd4775845c559a1f6298f7577609ba907bb1.zip |
ui overhaul
Diffstat (limited to 'extension/react-app/src/components/ContinueButton.tsx')
-rw-r--r-- | extension/react-app/src/components/ContinueButton.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/components/ContinueButton.tsx b/extension/react-app/src/components/ContinueButton.tsx index 5295799a..462f2b46 100644 --- a/extension/react-app/src/components/ContinueButton.tsx +++ b/extension/react-app/src/components/ContinueButton.tsx @@ -18,7 +18,7 @@ let StyledButton = styled(Button)` &:hover { transition-delay: 0.5s; - transition-property: background; + transition-property: "background"; background: linear-gradient( 45deg, #be1a55 14.44%, |