From 7fae382c1708f0a8957ad01b8028bfa2670b2e73 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 10 Sep 2018 18:56:19 +0300 Subject: fonts cleanup --- 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 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', -- cgit v1.2.3