diff options
Diffstat (limited to 'Button/Sm.ui.qml')
-rw-r--r-- | Button/Sm.ui.qml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Button/Sm.ui.qml b/Button/Sm.ui.qml index 909d9c3..4df9bb7 100644 --- a/Button/Sm.ui.qml +++ b/Button/Sm.ui.qml @@ -22,8 +22,10 @@ Button { width: button.icon.width height: button.icon.height } + ColorOverlay { - color: button.icon.color + color: checked + ? Eduport.bsGray800 : Eduport.bsBtnColor source: parent anchors.fill: parent } |