Skip to content

Commit

Permalink
fix another submit button missing accent variant
Browse files Browse the repository at this point in the history
  • Loading branch information
LexSwed committed Sep 9, 2024
1 parent a6840e2 commit 89d6f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/lib/create-new-pet-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function CreateNewPetForm(props: {
<FormErrorMessage />
</Show>

<Button pending={petSubmission.pending} type="submit">
<Button variant="accent" pending={petSubmission.pending} type="submit">
{t("cta.create")}
</Button>
</Form>
Expand Down

0 comments on commit 89d6f27

Please sign in to comment.