Topic: Secondary button styling is hard coded
I think the button color changes in recent release introduced a bug.
The secondary button colors are hard coded in _variables.scss which prevents overrides via update of the matching variable. The other button versions correctly use variables like before but the secondary style is hard coded:
'primary': ( 'background-color': $primary, 'text-color': $white, 'shadow-color': $primary, ), 'secondary': ( 'background-color': #e3ebf7, 'text-color': #285192, 'shadow-color': #e3ebf7, ), 'success': ( 'background-color': $success, 'text-color': $white, 'shadow-color': $success, ),
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Open
- User: Pro
- Premium support: No
- Technology: MDB Standard
- MDB Version: MDB5 6.2.0
- Device: Any
- Browser: Any
- OS: Any
- Provided sample code: No
- Provided link: No
mlazaru staff commented 2 years ago
Thank you for reporting this. We already have a task for that, so you can expect us to fix it in the nearest future.