diff --git a/components/LineEdit.qml b/components/LineEdit.qml index 8c6346d5..118067f4 100644 --- a/components/LineEdit.qml +++ b/components/LineEdit.qml @@ -204,7 +204,7 @@ Item { Rectangle { anchors.fill: parent anchors.topMargin: 1 - color: "transparent" + color: item.enabled ? "transparent" : MoneroComponents.Style.inputBoxBackgroundDisabled } Rectangle {