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
Okay I can see they were removed in ae01ce4 but the Sass variables remain. To me error/disabled/color should be control by the theme and the new defaults, not Saas variables so I assume the variables just need to be removed - @johnleider any insights on this one?
I spent a long time trying to understand how sass variables worked with vuetify. Now I see that it's just an inconsistency or a bug ...
Like @mwshub I confirm that the override of a variable such as $label-color makes absolutely no visual difference, which is not the case with $label-font-size, which works as expected, for example.
A component such as label, so simple and useful, shouldn't be reporting this kind of problem. It would be reassuring if this kind of issue could be handled.
Environment
Vuetify Version: 3.2.2
Vue Version: 3.2.47
Browsers: Firefox 112.0
OS: Windows 10
Steps to reproduce
$label-color
,$label-disabled-color
,$label-error-color
and$label-letter-spacing
in settings.scss.Expected Behavior
The color of the text will be changed.
Actual Behavior
The spacing between letters has been increased, but the colors have not been changed.
Reproduction Link
https://stackblitz.com/edit/vitejs-vite-dw77gf?file=src/App.vue
Other comments
The current color of the text is too light, which is why I need to customize the color.
Related to #16928.
The text was updated successfully, but these errors were encountered: