mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 00:17:27 -04:00
Menu button color fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user