mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Use an explicit color for the label
This commit is contained in:
parent
3cb4209d7b
commit
b398454409
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue