1
mirror of https://github.com/monero-project/monero-gui synced 2025-02-17 12:01:26 +01:00

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

View File

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