Topic: Secondary button styling is hard coded

BigMonkey pro asked 1 year ago


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, ),


Mateusz Lazaru staff commented 1 year 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.



Please insert min. 20 characters.

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: 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