vuetify
vuetify copied to clipboard
[Bug Report][3.6.8] Custom colors transparency/opacity is ignored
Environment
Vuetify Version: 3.6.8 Vue Version: 3.4.27 Browsers: Firefox 126.0 OS: Ubuntu undefined
Steps to reproduce
- Create a custom theme.
- Create a color named "test" with a value of "#ff000014".
- Change VTextField defaults and set its color prop to "test".
Expected Behavior
The focused text field should have a transparent red color.
Actual Behavior
The focused text field has a red color, transparency is ignored.