diff options
author | Vitaly Takmazov | 2018-09-18 15:04:04 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | c6fd9e81ea028d90a24456be0a2731ac382c2d32 (patch) | |
tree | 2573d221cf2abeb72bf4ada4e7c665ea5d0c96b0 /vnext/src/components | |
parent | e4da60a01845c6c4037f6593e4b1dff70001440f (diff) |
Revert "fonts cleanup"
This reverts commit d85ed7372b36aa110024b3577c6f67eb79fe5b9a.
Diffstat (limited to 'vnext/src/components')
-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 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', |