mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-18 08:44:46 +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
|
y: titleBar.height
|
||||||
|
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color: "#0d0d0d"
|
color: MoneroComponents.Style.blackTheme ? "#0d0d0d" : "white"
|
||||||
width: parent.width
|
width: parent.width
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue