LanguageSidebar: fix white theme

pull/7/head
selsta 4 years ago
parent 7536e922e9
commit b616a14f88
Signed by untrusted user: selsta
GPG Key ID: 2EA0A99A8B07AE5E

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