mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Changing testnet label color to be red
This commit is contained in:
parent
6d31c48522
commit
02380fbf1a
1 changed files with 2 additions and 2 deletions
|
@ -128,8 +128,8 @@ Rectangle {
|
||||||
anchors.leftMargin: 192
|
anchors.leftMargin: 192
|
||||||
font.bold: true
|
font.bold: true
|
||||||
font.pixelSize: 12
|
font.pixelSize: 12
|
||||||
color: "white"
|
color: "red"
|
||||||
opacity: 0.6
|
opacity: 1
|
||||||
}
|
}
|
||||||
|
|
||||||
// @TODO: implement
|
// @TODO: implement
|
||||||
|
|
Loading…
Reference in a new issue