TheAlphaApp / flutter_riverpod_todo_app

An elegant todo app with some advanced features.
MIT License
131 stars 24 forks source link

Dark mode darker #12

Closed Uj947nXmRqV2nRaWshKtHzTvckUUpD closed 6 months ago

Uj947nXmRqV2nRaWshKtHzTvckUUpD commented 2 years ago

When there is nothing in the list, a white icon is shown. This should be darker in my opinion

TheAlphaApp commented 2 years ago

Yes I am aware of that. The reason is that the background of the icon is white.(It is an image actually). I didn't find any alternative image for dark mode or a way to turn this image dark. It's on my least priority list but I'll fix it soon. Thank you!

Uj947nXmRqV2nRaWshKtHzTvckUUpD commented 2 years ago

Maybe you could use a png with transparency, so instead having a grey/dark/black sketch with white bg picture on dark app bg, could have a light grey/white sketch on already present dark app bg