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.
1 parent adbd4e2 commit 64c18c9Copy full SHA for 64c18c9
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