mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-05 05:46:44 +00:00
reduce unconfirmed opacity
This commit is contained in:
parent
2ca8b91283
commit
99a39aa83f
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.transaction-row.confirming {
|
.transaction-row.confirming {
|
||||||
-fx-opacity: 0.7;
|
-fx-opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.utxo-row.unspendable {
|
.utxo-row.unspendable {
|
||||||
|
|
Loading…
Reference in a new issue