Skip to content

Commit

Permalink
Change secure message name colour
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar committed Aug 10, 2020
1 parent 3f236d6 commit 57b6921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/trezarmessage.cpp
Expand Up @@ -57,7 +57,7 @@ TrezarMessage::TrezarMessage(const PlatformStyle *platformStyle, QWidget *parent
timer->start(1000);

ui->user_list->setStyleSheet("QListWidget { background: #232c41; color: #000; font-size: 20px; padding: 2px; border-radius:10px; }"
"QListWidget::item { border-bottom: 1px solid #999; } "
"QListWidget::item { border-bottom: 1px solid #b9dbe8; color: #b9dbe8; } "
"QListWidget::item:selected { background: #95bcf2; color: #000; } "
"QToolTip { background: #fff; color: #000; }");

Expand Down

0 comments on commit 57b6921

Please sign in to comment.