Skip to content

Commit

Permalink
Merge pull request #364 from algorandfoundation/prompt-tweak
Browse files Browse the repository at this point in the history
chore: tweak prompt button text
  • Loading branch information
neilcampbell authored Dec 11, 2024
2 parents ef7f783 + aeca771 commit 53e5647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/common/components/prompt-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function PromptForm({ message, type, onSubmit, onCancel }: Props) {
formAction={
<FormActions>
<CancelButton onClick={onCancel} className="w-28" />
<SubmitButton className="w-28">Save</SubmitButton>
<SubmitButton className="w-28">OK</SubmitButton>
</FormActions>
}
>
Expand Down

0 comments on commit 53e5647

Please sign in to comment.