forked from Public/monero-gui
LanguageSidebar: fix white theme
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user