sarthakps / to-do

An Android app with added aesthetics and automation to help you organize and manage your daily routines and deadlines.
BSD 3-Clause "New" or "Revised" License
5 stars 9 forks source link

Fix the text color in Rename List's EditText #11

Closed sarthakps closed 3 years ago

sarthakps commented 3 years ago

Currently, the color of the text in EditText of Rename List popup is black. And it lies over a dark grey background which decreases readability.

Change the color to something that increases contrast and hence improves readability. Use a color from the @color resources.

NileshKhimani1 commented 3 years ago

I would like to work on this issue!