Allow selecting confirm text

This commit is contained in:
Gregory Schier
2025-10-04 05:46:06 -07:00
parent 6b87cd9655
commit dbecd74f46

View File

@@ -44,7 +44,7 @@ export function Confirm({
onChange={setConfirm}
label={
<>
Type <strong>{requireTyping}</strong> to confirm
Type <strong className="select-auto cursor-text">{requireTyping}</strong> to confirm
</>
}
/>