diff options
| author | jackyzha0 <[email protected]> | 2021-04-11 12:30:02 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2021-04-11 12:30:02 -0700 |
| commit | 12c995b6bd501be73b60e3bae6c46c59cebef6c2 (patch) | |
| tree | 6e2deaff7d1fd4998fa2f688b15294979a510af3 /frontend/src/components | |
| parent | working raw paste fetch (diff) | |
| download | ctrl-v-12c995b6bd501be73b60e3bae6c46c59cebef6c2.tar.xz ctrl-v-12c995b6bd501be73b60e3bae6c46c59cebef6c2.zip | |
base resolve paste and fetch paste refactor
Diffstat (limited to 'frontend/src/components')
| -rw-r--r-- | frontend/src/components/Common/Button.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/Common/Button.js b/frontend/src/components/Common/Button.js index 59e148b..d853d3a 100644 --- a/frontend/src/components/Common/Button.js +++ b/frontend/src/components/Common/Button.js @@ -6,7 +6,7 @@ const Base = css` ${Rounded} ${ButtonLike} margin-right: 2em; - height: calc(16px + 1.6em); + height: calc(16px + 1.4em); cursor: pointer; ` |