diff options
| author | jackyzha0 <[email protected]> | 2021-03-06 16:09:51 -0800 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2021-03-06 16:09:51 -0800 |
| commit | dbf726d9e021a692254defdab8b993063b15354f (patch) | |
| tree | 1853ac5edece80de76346df0bff47cda4e4310ae /frontend/src/components/Form/Button.js | |
| parent | fix modal zindex (diff) | |
| download | ctrl-v-dbf726d9e021a692254defdab8b993063b15354f.tar.xz ctrl-v-dbf726d9e021a692254defdab8b993063b15354f.zip | |
update watermark styling
Diffstat (limited to 'frontend/src/components/Form/Button.js')
| -rw-r--r-- | frontend/src/components/Form/Button.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/Form/Button.js b/frontend/src/components/Form/Button.js index 7396ca1..146919a 100644 --- a/frontend/src/components/Form/Button.js +++ b/frontend/src/components/Form/Button.js @@ -22,7 +22,7 @@ const Secondary = css` ` export const Button = styled.button` - ${p => p.secondary ? css`${Primary}` : css`${Secondary}` } + ${p => p.secondary ? css`${Secondary}` : css`${Primary}` } ` export const SubmitButton = styled.input` |