Clueless-Community / Spectrum-UI

Spectrum UI is a user-friendly Flutter UI library that offers a variety of beautifully designed widgets and components that are easy to use and can be integrated into your Flutter projects seamlessly.
MIT License
71 stars 99 forks source link

Visibility issue of title in dark mode #225

Open ashdude1401 opened 1 year ago

ashdude1401 commented 1 year ago

In our App, when switching to dark mode, the color of the titles is currently a violet shade, which is not suitable for dark mode. This results in poor visibility and readability of the titles. To improve the user experience and ensure better visibility in dark mode, it is necessary to update the title color to white.

Expected Behavior: The title color should be changed to white in dark mode, providing a high contrast against the background and ensuring clear visibility for users.

Steps to Reproduce:

Enable dark mode in the app. Observe the titles and notice the poor visibility of the violet-colored titles. Suggested Solution: Update the TextStyle widget or the corresponding theme property in the Flutter app's code to set the color property of titles to white specifically for dark mode. This will ensure improved visibility and readability of titles in dark mode.

screenshot : image

MihirCharan42 commented 1 year ago

Please assign me this issue, I am a GSSOC'23 participant and would love to work on this issue

ashdude1401 commented 1 year ago

@MihirCharan42 you have been assign this issue

MihirCharan42 commented 1 year ago

thanks @ashdude1401 will make a pull request soon