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