From c6fd9e81ea028d90a24456be0a2731ac382c2d32 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 18 Sep 2018 15:04:04 +0300 Subject: Revert "fonts cleanup" This reverts commit d85ed7372b36aa110024b3577c6f67eb79fe5b9a. --- vnext/src/components/Button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext/src/components/Button.js') 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', -- cgit v1.2.3