LanguageSidebar: fix white theme

This commit is contained in:
selsta 2020-05-07 21:03:10 +02:00
parent 7536e922e9
commit b616a14f88
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E
1 changed files with 1 additions and 1 deletions

View File

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