diff options
Diffstat (limited to 'components/NetworkStatusItem.qml')
| -rw-r--r-- | components/NetworkStatusItem.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/NetworkStatusItem.qml b/components/NetworkStatusItem.qml index 17acc1c9..e9b1b3ae 100644 --- a/components/NetworkStatusItem.qml +++ b/components/NetworkStatusItem.qml @@ -34,7 +34,7 @@ import "../components" as MoneroComponents Rectangle { id: item - color: "black" + color: "transparent" property var connected: Wallet.ConnectionStatus_Disconnected function getConnectionStatusString(status) { |
