Skip to content

Commit cb4c09f

Browse files
committed
Uses the white variant of the spinner instead of dark on the replay run button
1 parent 63a221a commit cb4c09f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/webapp/app/components/runs/v3/ReplayRunDialog.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { InputGroup } from "~/components/primitives/InputGroup";
1111
import { Label } from "~/components/primitives/Label";
1212
import { Paragraph } from "~/components/primitives/Paragraph";
1313
import { Select, SelectItem } from "~/components/primitives/Select";
14-
import { ButtonSpinner, Spinner } from "~/components/primitives/Spinner";
14+
import { Spinner, SpinnerWhite } from "~/components/primitives/Spinner";
1515
import { type loader } from "~/routes/resources.taskruns.$runParam.replay";
1616

1717
type 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
>

0 commit comments

Comments
 (0)