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 11887d41..e96d6cab 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: '12px',
+ fontSize: 'small',
border: '1px solid #eee',
color: '#888',
cursor: 'pointer',