Updated styling for the loader in mdx docs

This commit is contained in:
Piotr Janosz
2019-07-09 17:21:01 +02:00
committed by fabioberger
parent a12dc5c81b
commit cbe2cf8a85

View File

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