v0.9.83 build.sh fix

This commit is contained in:
2026-03-18 19:52:50 -04:00
parent 600abc1800
commit a069407fbb
5 changed files with 5 additions and 5 deletions

View File

@@ -120,7 +120,7 @@ export default function ProfileModal({ onClose }) {
}}
placeholder={user?.name}
autoComplete="off" autoCorrect="off" autoCapitalize="words" spellCheck={false}
style={ borderColor: displayNameWarning ? '#e53935' : undefined }
style={{ borderColor: displayNameWarning ? '#e53935' : undefined }}
/>
{displayName !== savedDisplayName ? null : savedDisplayName ? (
<button