Description
Currently, when a user writes content in the AddNoteScreen or EditNoteScreen while the app is in dark mode, the text appears black. This leads to poor visibility because the black text blends in with the dark editor background, making it difficult or impossible for users to read their input.
To resolve this issue:
- Ensure that the text color dynamically changes to white when the app is in dark mode.
- Maintain optimal contrast between text and background to support readability.
Tasks
Acceptance Criteria
Reference:
light mode:
dark mode:

Description
Currently, when a user writes content in the AddNoteScreen or EditNoteScreen while the app is in dark mode, the text appears black. This leads to poor visibility because the black text blends in with the dark editor background, making it difficult or impossible for users to read their input.
To resolve this issue:
Tasks
Review the theme detection logic in both AddNoteScreen and EditNoteScreen.
Investigate how text color is currently applied and whether it responds to dark mode changes.
Update the text color to white (or a light shade) when dark mode is enabled.
Ensure the title, tags, and body content fields all reflect the new styling.
Write and implement test cases to verify:
Verify the fix on both iOS and Android platforms.
Acceptance Criteria
Reference:
light mode:
dark mode: