You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
185driver
changed the title
[Bug Report] Snackbar text color in a class not applied
[Bug Report] VSnackbar text color in a class not applied
Jun 15, 2020
In reading John's PR #11542 regarding upgrades to v-snackbar, I noticed the new content-class prop. If I move my text classes to there, everything works fine. If that is the official fix for the problem I mention above, this issue can be closed as resolved.
Some of the snackbar upgrades described in the PR notes should maybe be mentioned in the release notes for v2.3.0 as they are significant and many. Thank you!
Environment
Vuetify Version: 2.3.0
Last working version: 2.2.34
Vue Version: 2.6.11
Browsers: Chrome 84.0.4147.45
OS: Windows 10
Steps to reproduce
Open the codepen and not the snackbar text color.
Expected Behavior
The text color should be
yellow
, as set in the class usingyellow--text
.Actual Behavior
The text color is the default off-white color.
Reproduction Link
https://codepen.io/185driver/pen/oNbLmOV
Other comments
I can see the yellow color is available in the
v-snack__content
class, but it is being overridden in.v-snack__wrapper.theme--dark
.The text was updated successfully, but these errors were encountered: