aboutsummaryrefslogtreecommitdiff
path: root/components/CheckBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/CheckBox.qml')
-rw-r--r--components/CheckBox.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/CheckBox.qml b/components/CheckBox.qml
index 3925026d..7a1c6179 100644
--- a/components/CheckBox.qml
+++ b/components/CheckBox.qml
@@ -74,7 +74,7 @@ Item {
visible: checkBox.border
anchors.fill: parent
radius: 3
- color: "transparent"
+ color: checkBox.enabled ? "transparent" : MoneroComponents.Style.inputBoxBackgroundDisabled
border.color:
if(checkBox.checked){
return MoneroComponents.Style.inputBorderColorActive;