Skip to content

Commit

Permalink
fix: swap out the redo icon for the clear icon on the signature canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCassiere committed Aug 5, 2024
1 parent 60580c5 commit a55f4b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ function SignatureDialog(
className="absolute right-1 top-1 h-8 gap-1 shadow"
onClick={() => signaturePadRef.current?.clear()}
>
<icons.RotateBackwards className="size-3" aria-hidden />
<icons.Clear className="size-3" aria-hidden />
<span className="sr-only">Clear</span>
</Button>
</div>
Expand Down

0 comments on commit a55f4b0

Please sign in to comment.