diff options
| author | Jacky Zhao <[email protected]> | 2021-04-11 15:06:48 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-11 15:06:48 -0700 |
| commit | 82bda5ee85efbd2eae25427a839529d5e230eeaa (patch) | |
| tree | 1f7a88938fd6664a9a048503a5a78d010e3db1e2 /frontend/src/components/Common | |
| parent | Merge pull request #72 from jackyzha0/no-ip (diff) | |
| parent | readd preset height (diff) | |
| download | ctrl-v-82bda5ee85efbd2eae25427a839529d5e230eeaa.tar.xz ctrl-v-82bda5ee85efbd2eae25427a839529d5e230eeaa.zip | |
Merge pull request #74 from jackyzha0/next-refactor
Diffstat (limited to 'frontend/src/components/Common')
| -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; ` |