Updated styling for the loader in mdx docs
This commit is contained in:
committed by
fabioberger
parent
a12dc5c81b
commit
cbe2cf8a85
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user