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 19a8d39 commit bd28556Copy full SHA for bd28556
apps/webapp/app/components/jobs/DeleteJobModalContent.tsx
@@ -81,7 +81,7 @@ export function DeleteJobDialogContent({
81
>
82
<Button variant="danger/large" fullWidth>
83
{isLoading ? (
84
- <Spinner />
+ <Spinner color="white" />
85
) : (
86
<>
87
<NamedIcon
0 commit comments