aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components/Button.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/components/Button.js')
-rw-r--r--vnext/src/components/Button.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/components/Button.js b/vnext/src/components/Button.js
index e96d6cab..11887d41 100644
--- a/vnext/src/components/Button.js
+++ b/vnext/src/components/Button.js
@@ -8,7 +8,7 @@ export default function Button(props) {
const buttonStyle = {
background: '#fff',
- fontSize: 'small',
+ fontSize: '12px',
border: '1px solid #eee',
color: '#888',
cursor: 'pointer',