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
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.
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: