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

Changing Snackbar Text Visibility in Dark Mode on About Page #227

Closed BhavaniSaranga12 closed 1 year ago

BhavaniSaranga12 commented 1 year ago

Changes Made:

updated the theme.dart file by adding snackbarthemedata widget on light and dark mode. With this, the text in snackbar will be visible in dark mode too.

Related Issue:

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

Screenshots/GIFs:

snackbar1 snackbar2

Please review and merge this PR at your earliest convenience.

Thank you!