summary refs log tree commit diff
path: root/src/LeaveRoomDialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/LeaveRoomDialog.cc')
-rw-r--r--src/LeaveRoomDialog.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/LeaveRoomDialog.cc b/src/LeaveRoomDialog.cc

index b99818b9..e9877a24 100644 --- a/src/LeaveRoomDialog.cc +++ b/src/LeaveRoomDialog.cc
@@ -35,7 +35,6 @@ LeaveRoomDialog::LeaveRoomDialog(QWidget *parent) auto label = new QLabel(tr("Are you sure you want to leave?"), this); label->setFont(font); - label->setStyleSheet("color: #333333"); layout->addWidget(label); layout->addLayout(buttonLayout);