aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-09-10 18:56:19 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:53 +0300
commit7fae382c1708f0a8957ad01b8028bfa2670b2e73 (patch)
tree87e8bf6f7ae9191ce34166760859391b2745576a /vnext/src/components
parent62cf7ac1136f6e27177dd9b9ab76fc9990d72ead (diff)
fonts cleanup
Diffstat (limited to 'vnext/src/components')
-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',