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

Snackbar Text Visibility Issue in Dark Mode on About Page #224

Closed ashdude1401 closed 1 year ago

ashdude1401 commented 1 year ago

On the About page of our GitHub repository, when copying the repository link to the clipboard, a bottom snackbar appears with text that is not visible in dark mode. This creates a usability issue as users are unable to read the text displayed in the snackbar.

Expected Behavior: The text in the snackbar should be visible and easily readable, even in dark mode. It should have sufficient contrast with the background to ensure optimal visibility.

Steps to Reproduce:

On the phone dark mode. Navigate to the About page. Copy the repository link. Observe the bottom snackbar and notice the lack of text visibility. Suggested Solution: Apply appropriate styling to the snackbar component, ensuring that the text color in dark mode provides sufficient contrast for clear visibility.

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

Sorry,this issue has been already taken care by @BhavaniSaranga12 .