Merge pull request #3090 from bauerj/dark2

Follow-up #2983
This commit is contained in:
ThomasV 2017-10-22 21:05:34 +02:00 committed by GitHub
commit fe82a7905c
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ class TxDialog(QDialog, MessageBoxMixin):
vbox.addWidget(QLabel(_("Inputs") + ' (%d)'%len(self.tx.inputs())))
ext = QTextCharFormat()
rec = QTextCharFormat()
rec.setBackground(QBrush(QColor("lightgreen")))
rec.setBackground(QBrush(ColorScheme.GREEN.as_color(background=True)))
rec.setToolTip(_("Wallet receive address"))
chg = QTextCharFormat()
chg.setBackground(QBrush(QColor("yellow")))