Skip to content

Commit a55f4b0

Browse files
committed
fix: swap out the redo icon for the clear icon on the signature canvas
1 parent 60580c5 commit a55f4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/_auth/(agreements)/-components/summary-signature-card.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ function SignatureDialog(
538538
className="absolute right-1 top-1 h-8 gap-1 shadow"
539539
onClick={() => signaturePadRef.current?.clear()}
540540
>
541-
<icons.RotateBackwards className="size-3" aria-hidden />
541+
<icons.Clear className="size-3" aria-hidden />
542542
<span className="sr-only">Clear</span>
543543
</Button>
544544
</div>

0 commit comments

Comments
 (0)