mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +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 {
|
Label {
|
||||||
id: headerTitle
|
id: headerTitle
|
||||||
|
|
||||||
|
color: Nheko.colors.text
|
||||||
Layout.alignment: Qt.AlignCenter
|
Layout.alignment: Qt.AlignCenter
|
||||||
text: qsTr("Read receipts")
|
text: qsTr("Read receipts")
|
||||||
font.pointSize: fontMetrics.font.pointSize * 1.5
|
font.pointSize: fontMetrics.font.pointSize * 1.5
|
||||||
|
|
Loading…
Reference in a new issue