diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-02 20:14:27 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-02 20:14:27 -0700 |
commit | 894a197892fc4e3a6a5af7d47b7702ea895e20b7 (patch) | |
tree | 40bd82d5ae5f7a3a0467c32d18ed51b923368e58 /extension/react-app/src/components/ContinueButton.tsx | |
parent | 359c277f25c323d3fd47830d569fb05f93920d3a (diff) | |
download | sncontinue-894a197892fc4e3a6a5af7d47b7702ea895e20b7.tar.gz sncontinue-894a197892fc4e3a6a5af7d47b7702ea895e20b7.tar.bz2 sncontinue-894a197892fc4e3a6a5af7d47b7702ea895e20b7.zip |
finishing up explicit context
Diffstat (limited to 'extension/react-app/src/components/ContinueButton.tsx')
-rw-r--r-- | extension/react-app/src/components/ContinueButton.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/react-app/src/components/ContinueButton.tsx b/extension/react-app/src/components/ContinueButton.tsx index ef6719b7..5295799a 100644 --- a/extension/react-app/src/components/ContinueButton.tsx +++ b/extension/react-app/src/components/ContinueButton.tsx @@ -6,6 +6,7 @@ import { RootStore } from "../redux/store"; let StyledButton = styled(Button)` margin: auto; + margin-top: 8px; display: grid; grid-template-columns: 30px 1fr; align-items: center; |