LanguageSidebar: fix white theme

This commit is contained in:
selsta
2020-05-07 21:03:10 +02:00
parent 7536e922e9
commit b616a14f88

View File

@@ -53,7 +53,7 @@ Drawer {
y: titleBar.height y: titleBar.height
background: Rectangle { background: Rectangle {
color: "#0d0d0d" color: MoneroComponents.Style.blackTheme ? "#0d0d0d" : "white"
width: parent.width width: parent.width
} }