View Password in Dark Mode Appears Blurry and Hard to Read

π± App: DID Wallet π Feature: View Password / Security Settings π Environment: Mobile App (Dark Mode Enabled) π Related: UI / Accessibility / Dark Theme
π§Ύ Summary: When Dark Mode is enabled in DID Wallet, the password visibility text (after tapping βeyeβ icon to reveal password) appears blurry, low contrast, or faded, making it difficult to read.
π§ͺ Steps to Reproduce:
- Open the DID Wallet app.
- Enable Dark Mode in settings.
- Navigate to any screen requiring a password (e.g., login, security, or settings).
- Tap the βView Passwordβ (eye icon).
π₯ Actual Result:
- Password text becomes blurry or barely visible against the dark background.
- Visibility issue affects readability and user accessibility.
β Expected Result:
- Password text should be clear, high contrast, and readable in dark mode.
- Proper color contrast ratio should be maintained between text and background.
βοΈ Possible Cause:
- Text color or font weight not optimized for dark backgrounds.
- Missing dark mode styling for the βview passwordβ field.
π§± Severity: π Major (Accessibility Issue) π― Priority: High π Category: UI / Accessibility / Dark Mode Compatibility
π‘ Suggested Fix:
- Adjust text color contrast (use white or light gray).
- Add background tint behind revealed password for better visibility.
- Ensure WCAG 2.1 contrast ratio (minimum 4.5) compliance for accessibility.
- Test readability on multiple screen brightness levels.