aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/Common/Button.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/Common/Button.js')
-rw-r--r--frontend/src/components/Common/Button.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/components/Common/Button.js b/frontend/src/components/Common/Button.js
index 290e52a..59e148b 100644
--- a/frontend/src/components/Common/Button.js
+++ b/frontend/src/components/Common/Button.js
@@ -6,6 +6,7 @@ const Base = css`
${Rounded}
${ButtonLike}
margin-right: 2em;
+ height: calc(16px + 1.6em);
cursor: pointer;
`