aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--components/LanguageSidebar.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/LanguageSidebar.qml b/components/LanguageSidebar.qml
index ba8fc9fd..59867df9 100644
--- a/components/LanguageSidebar.qml
+++ b/components/LanguageSidebar.qml
@@ -53,7 +53,7 @@ Drawer {
y: titleBar.height
background: Rectangle {
- color: "#0d0d0d"
+ color: MoneroComponents.Style.blackTheme ? "#0d0d0d" : "white"
width: parent.width
}