Radiobuttons and checkboxes: Use button color instead of base color for background
Due to bugfix in frameworks/qqc2-desktop-style!389 (merged) we need to unify the colors here to be the same across QtWidgets and QtQuick apps.
Before:
Light | Dark |
---|---|
After:
Light | Dark |
---|---|
It also makes sense to have all the interactable button elements to have same colors. The value is no more a magically modified value either, which will help with coherency and people can modify them to suit their needs.
Edited by Akseli Lahtinen