Merge pull request #1253 from prymitive/loader-size

fix(ui): ensure that theme loader font size is same as other loaders
This commit is contained in:
Łukasz Mierzwa
2019-12-13 00:11:23 +00:00
committed by GitHub

View File

@@ -30,7 +30,7 @@ const Placeholder = () => {
spin
style={{
color: "#5e7a88",
fontSize: "8rem"
fontSize: "14rem"
}}
/>
</div>,