feat: additional valid password (#1456)

This commit is contained in:
Dunsin
2024-12-27 06:02:45 +01:00
committed by GitHub
parent 32857bbfeb
commit 39b1c5bbec
10 changed files with 30 additions and 26 deletions

View File

@ -205,7 +205,7 @@ export const NameField = ({ field, recipient, onSignField, onUnsignField }: Name
<div className="flex w-full flex-1 flex-nowrap gap-4">
<Button
type="button"
className="dark:bg-muted dark:hover:bg-muted/80 flex-1 bg-black/5 hover:bg-black/10"
className="dark:bg-muted dark:hover:bg-muted/80 flex-1 bg-black/5 hover:bg-black/10"
variant="secondary"
onClick={() => {
setShowFullNameModal(false);