Topic: Can't override valid & invalid colors
VDLP priority asked 2 years ago
Expected behavior
When I define $valid-color
and/or $invalid-color
, I expect these values to be used.
Actual behavior
The variables are ignored since the variables are not defined with !default
in src/scss/free/_variables.scss.
Resources (screenshots, code snippets etc.)
src/scss/free/_variables.scss
$valid-color: #00b74a;
$invalid-color: #f93154;
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Opened
Specification of the issue
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB Vue
- MDB Version: MDB5 1.14.0
- Device: Any
- Browser: Any
- OS: Any
- Provided sample code: Yes
- Provided link: No
Mikołaj Smoleński staff commented 2 years ago
Thanks for posting an issue, we're going to add
!default
flag to these variables in the nearest release.Keep coding!