mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 16:51:38 +10:00
adding dark mode to feat/refresh
This commit is contained in:
@ -205,7 +205,7 @@ export const SignaturePad = ({ className, onChange, ...props }: SignaturePadProp
|
||||
<div className="absolute bottom-2 right-2">
|
||||
<button
|
||||
type="button"
|
||||
className="rounded-full p-2 text-xs text-slate-500"
|
||||
className="focus-visible:ring-ring ring-offset-background rounded-full p-2 text-xs text-slate-500 focus-visible:outline-none focus-visible:ring-2"
|
||||
onClick={() => onClearClick()}
|
||||
>
|
||||
Clear Signature
|
||||
|
||||
Reference in New Issue
Block a user