Use an explicit color for the label

pull/655/head
Loren Burkholder 4 years ago
parent 3cb4209d7b
commit b398454409
  1. 1
      resources/qml/ReadReceipts.qml

@ -36,6 +36,7 @@ ApplicationWindow {
Label {
id: headerTitle
color: Nheko.colors.text
Layout.alignment: Qt.AlignCenter
text: qsTr("Read receipts")
font.pointSize: fontMetrics.font.pointSize * 1.5

Loading…
Cancel
Save