diff options
Diffstat (limited to 'pages/settings')
| -rw-r--r-- | pages/settings/SettingsNode.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/settings/SettingsNode.qml b/pages/settings/SettingsNode.qml index 32ce336d..ab3d49f1 100644 --- a/pages/settings/SettingsNode.qml +++ b/pages/settings/SettingsNode.qml @@ -72,7 +72,7 @@ Rectangle{ Layout.fillHeight: true anchors.top: parent.top anchors.bottom: parent.bottom - color: MoneroComponents.Style.blackTheme ? "white" : "darkgrey" + color: "darkgrey" width: 2 } @@ -165,7 +165,7 @@ Rectangle{ Layout.fillHeight: true anchors.top: parent.top anchors.bottom: parent.bottom - color: MoneroComponents.Style.blackTheme ? "white" : "darkgrey" + color: "darkgrey" width: 2 } |
