We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81ab3d6 + c987cc2 commit 6d3d655Copy full SHA for 6d3d655
plugin-catalog/src/components/plugins/LoadingButton.tsx
@@ -25,7 +25,7 @@ const LoadingButton = (props: LoadingButtonProps) => {
25
textTransform: 'none',
26
}}
27
>
28
- <CircularProgress color="secondary" value={props.progress} size={20} />
+ <CircularProgress color="primary" value={props.progress} size={20} />
29
</Button>
30
);
31
if (props.progress > 0 && props.progress < 100) {
0 commit comments