summary refs log tree commit diff
path: root/resources/qml/components/UserListRow.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/components/UserListRow.qml')
-rw-r--r--resources/qml/components/UserListRow.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/components/UserListRow.qml b/resources/qml/components/UserListRow.qml

index 316baab0..2047f700 100644 --- a/resources/qml/components/UserListRow.qml +++ b/resources/qml/components/UserListRow.qml
@@ -36,7 +36,7 @@ ItemDelegate { Label { Layout.fillWidth: true text: displayName - color: TimelineManager.userColor(userid, Nheko.colors.window) + color: TimelineManager.userColor(userid, palette.window) font.pointSize: fontMetrics.font.pointSize } @@ -44,7 +44,7 @@ ItemDelegate { Layout.fillWidth: true Layout.alignment: Qt.AlignTop text: userid - color: Nheko.colors.buttonText + color: palette.buttonText font.pointSize: fontMetrics.font.pointSize * 0.9 } }