mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
LanguageSidebar: fix white theme
This commit is contained in:
parent
7536e922e9
commit
b616a14f88
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