aboutsummaryrefslogtreecommitdiff
path: root/components/LanguageSidebar.qml
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2020-05-07 21:03:10 +0200
committerselsta <selsta@sent.at>2020-05-07 21:04:03 +0200
commitb616a14f88923d4f39390c2b6258f63ee5bf7c78 (patch)
treeacc7e2f81e23595776152a74c13e3d5dc95cded5 /components/LanguageSidebar.qml
parent7536e922e916150497162f8becca88738a02da9e (diff)
downloadmonzero-gui-b616a14f88923d4f39390c2b6258f63ee5bf7c78.tar.gz
monzero-gui-b616a14f88923d4f39390c2b6258f63ee5bf7c78.tar.xz
monzero-gui-b616a14f88923d4f39390c2b6258f63ee5bf7c78.zip
LanguageSidebar: fix white theme
Diffstat (limited to 'components/LanguageSidebar.qml')
-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
}