File tree Expand file tree Collapse file tree
apps/webapp/app/components/runs/v3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { InputGroup } from "~/components/primitives/InputGroup";
1111import { Label } from "~/components/primitives/Label" ;
1212import { Paragraph } from "~/components/primitives/Paragraph" ;
1313import { Select , SelectItem } from "~/components/primitives/Select" ;
14- import { ButtonSpinner , Spinner } from "~/components/primitives/Spinner" ;
14+ import { Spinner , SpinnerWhite } from "~/components/primitives/Spinner" ;
1515import { type loader } from "~/routes/resources.taskruns.$runParam.replay" ;
1616
1717type ReplayRunDialogProps = {
@@ -157,7 +157,7 @@ function ReplayForm({
157157 < Button
158158 type = "submit"
159159 variant = "primary/medium"
160- LeadingIcon = { isSubmitting ? ButtonSpinner : undefined }
160+ LeadingIcon = { isSubmitting ? SpinnerWhite : undefined }
161161 disabled = { isSubmitting }
162162 shortcut = { { modifiers : [ "mod" ] , key : "enter" , enabledOnInputElements : true } }
163163 >
You can’t perform that action at this time.
0 commit comments