Merge pull request #2892

b616a14 LanguageSidebar: fix white theme (selsta)
pull/7/head
luigi1111 4 years ago
commit afe1ae9b9c
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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