aboutsummaryrefslogtreecommitdiff
path: root/components/LineEdit.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/LineEdit.qml')
-rw-r--r--components/LineEdit.qml2
1 files changed, 1 insertions, 1 deletions
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 {