mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-03 09:29:38 +00:00
Merge pull request #2892
b616a14
LanguageSidebar: fix white theme (selsta)
This commit is contained in:
commit
afe1ae9b9c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ Drawer {
|
|||
y: titleBar.height
|
||||
|
||||
background: Rectangle {
|
||||
color: "#0d0d0d"
|
||||
color: MoneroComponents.Style.blackTheme ? "#0d0d0d" : "white"
|
||||
width: parent.width
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue