Changed loader thickness for docs

This commit is contained in:
Piotr Janosz
2019-07-14 18:28:23 +02:00
committed by fabioberger
parent e374469818
commit 739651b917

View File

@@ -89,7 +89,7 @@ export const DocsView: React.FC<IDocsViewProps> = props => {
</Columns>
) : (
<LoaderWrapper>
<CircularProgress size={40} thickness={5} color={colors.brandLight} />
<CircularProgress size={40} thickness={2} color={colors.brandLight} />
</LoaderWrapper>
)}
</Section>