mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Menu button color fix
This commit is contained in:
parent
2d357b6c12
commit
09461397a8
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ Rectangle {
|
|||
property bool checked: false
|
||||
anchors.top: parent.top
|
||||
anchors.left: parent.left
|
||||
color: basicMouseArea.containsMouse || !leftPanel.visible ? "#FFE00A" : "#000000"
|
||||
color: "#FFE00A"
|
||||
height: 30 * scaleRatio
|
||||
width: height
|
||||
visible: isMobile
|
||||
|
|
Loading…
Reference in a new issue