-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
Problem:
In dark mode, the designations (e.g., "Coordinators", "Developers", "Senior-members") are not clearly visible due to low contrast between the text color and the background. This affects readability and UI clarity.
Expected Solution:
- Adjust the text color to ensure high contrast against the dark background.
- Use dynamic theming to set different colors for light mode and dark mode.
- Test visibility on different devices and screen brightness levels.
Steps to Reproduce:
- Enable dark mode on the device.
- Open the Our Team screen.
- Observe that designations are not easily readable due to poor contrast.
Acceptance Criteria:
- Designation text is clearly visible in both light and dark mode.
- Colors adapt based on the selected theme.
- UI remains visually consistent with the app’s design guidelines.
