Skip to content

Commit bd28556

Browse files
committed
Made the loading spinner white
1 parent 19a8d39 commit bd28556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/jobs/DeleteJobModalContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export function DeleteJobDialogContent({
8181
>
8282
<Button variant="danger/large" fullWidth>
8383
{isLoading ? (
84-
<Spinner />
84+
<Spinner color="white" />
8585
) : (
8686
<>
8787
<NamedIcon

0 commit comments

Comments
 (0)