From 771f3ea31631233b75350dab2b9ff4d839e9d2e9 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Thu, 11 Nov 2021 21:15:33 +0100 Subject: [PATCH] Make pill text color match the separator color --- resources/qml/delegates/Pill.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/delegates/Pill.qml b/resources/qml/delegates/Pill.qml index 248d91da..17c3c7d4 100644 --- a/resources/qml/delegates/Pill.qml +++ b/resources/qml/delegates/Pill.qml @@ -7,7 +7,7 @@ import QtQuick.Controls 2.1 import im.nheko 1.0 Label { - color: Nheko.colors.brightText + color: Nheko.colors.text horizontalAlignment: Text.AlignHCenter height: contentHeight * 1.2 width: contentWidth * 1.2