ui: olive-green for unconfirmed/immature stakes

Pending and immature balance labels render in olive (#A8B847),
visually distinct from confirmed positive balances (#7CDB8A) while
still reading as 'incoming' rather than 'outgoing' (red).
This commit is contained in:
Sami Ahmed
2026-07-07 21:09:44 -07:00
parent ff90824247
commit fb5db71b53
+2 -1
View File
@@ -434,7 +434,8 @@ background-color: #000;
QWidget#line { QWidget#line {
border: 2px solid #e32105; border: 2px solid #e32105;
} }
QLabel#labelBalance, QLabel#labelTotal, QLabel#labelStake, QLabel#labelUnconfirmed, QLabel#labelImmature { color: #7CDB8A; } QLabel#labelBalance, QLabel#labelTotal, QLabel#labelStake { color: #7CDB8A; }
QLabel#labelUnconfirmed, QLabel#labelImmature { color: #A8B847; }
</string> </string>
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0"> <layout class="QHBoxLayout" name="horizontalLayout" stretch="0">