Changed loader thickness for docs
This commit is contained in:
committed by
fabioberger
parent
e374469818
commit
739651b917
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user