fix(ui): ensure that theme loader font size is same as other loaders

This commit is contained in:
Łukasz Mierzwa
2019-12-12 23:34:15 +00:00
parent 904ca04afe
commit e50d00c55b

View File

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