Problem Statement
Input fields in ProfileModal use low-contrast focus outlines that blend into background overlay.
Why It Matters
Keyboard navigators cannot clearly identify active text input field.
Expected Behaviour
Apply high-contrast focus ring styles (focus-visible:ring-2 focus-visible:ring-cyan-400).
Acceptance Criteria
Likely Affected Files / Components
src/components/ProfileModal.tsx
Problem Statement
Input fields in
ProfileModaluse low-contrast focus outlines that blend into background overlay.Why It Matters
Keyboard navigators cannot clearly identify active text input field.
Expected Behaviour
Apply high-contrast focus ring styles (
focus-visible:ring-2 focus-visible:ring-cyan-400).Acceptance Criteria
Likely Affected Files / Components
src/components/ProfileModal.tsx