Merge pull request #2892

b616a14 LanguageSidebar: fix white theme (selsta)
This commit is contained in:
luigi1111 2020-05-08 12:27:37 -05:00
commit afe1ae9b9c
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
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
}