diff options
author | Vitaly Takmazov | 2018-09-10 18:56:19 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | 7fae382c1708f0a8957ad01b8028bfa2670b2e73 (patch) | |
tree | 87e8bf6f7ae9191ce34166760859391b2745576a /vnext/src/components/Button.js | |
parent | 62cf7ac1136f6e27177dd9b9ab76fc9990d72ead (diff) |
fonts cleanup
Diffstat (limited to 'vnext/src/components/Button.js')
-rw-r--r-- | vnext/src/components/Button.js | 2 |
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', |