aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components
diff options
context:
space:
mode:
authorjackyzha0 <[email protected]>2021-04-11 12:30:02 -0700
committerjackyzha0 <[email protected]>2021-04-11 12:30:02 -0700
commit12c995b6bd501be73b60e3bae6c46c59cebef6c2 (patch)
tree6e2deaff7d1fd4998fa2f688b15294979a510af3 /frontend/src/components
parentworking raw paste fetch (diff)
downloadctrl-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.js2
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;
`