Skip to content

Lighten button color for Breeze Light color scheme

Nate Graham requested to merge ngraham/breeze:darker-and-lighter-buttons into master

The button coloration agreed to in the Breeze Evolution work wound up reverted in c4f93a4b because we were previously tinting the button color in the QStyle rather than changing the color scheme colors instead. The effect works for the dark color scheme, but not the light one, so we need to manually lighten the button color a bit there. This commit does that, restoring the intended button coloration for the Breeze Light color schemes as per the ongoing Breeze Evolution work.

Before After
Breeze_Light__before Breeze_Light__after

cc @teams/vdg @ndavis

Edited by Nate Graham

Merge request reports