From e50d00c55b4f92cb8e91052485160777c709dfa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Thu, 12 Dec 2019 23:34:15 +0000 Subject: [PATCH] fix(ui): ensure that theme loader font size is same as other loaders --- ui/src/Components/Theme/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/Components/Theme/index.js b/ui/src/Components/Theme/index.js index 6fefa9ce0..4b3ef65f9 100644 --- a/ui/src/Components/Theme/index.js +++ b/ui/src/Components/Theme/index.js @@ -30,7 +30,7 @@ const Placeholder = () => { spin style={{ color: "#5e7a88", - fontSize: "8rem" + fontSize: "14rem" }} /> ,