From 547f8b071377d0724d90e105310988021635f927 Mon Sep 17 00:00:00 2001 From: yenda Date: Mon, 15 Oct 2018 17:44:42 +0200 Subject: [PATCH] [fix 6322] Invalid prop `fontWeight` Signed-off-by: yenda --- src/status_im/desktop/platform.cljs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/status_im/desktop/platform.cljs b/src/status_im/desktop/platform.cljs index 5ddedf82bb..343d33306e 100644 --- a/src/status_im/desktop/platform.cljs +++ b/src/status_im/desktop/platform.cljs @@ -8,10 +8,10 @@ :monospace {:font-family "RobotoMono-Medium"}}) (def fonts-linux - {:default {:font-family "Arial" :font-weight 400} - :medium {:font-family "Arial" :font-weight 800} + {:default {:font-family "Arial" :font-weight "400"} + :medium {:font-family "Arial" :font-weight "800"} - :toolbar-title {:font-family "Arial" :font-weight 400} + :toolbar-title {:font-family "Arial" :font-weight "400"} :monospace {:font-family "RobotoMono-Medium"}}) ;; Structure to be exported