diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-11-11 21:15:33 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-11-11 21:15:33 +0100 |
commit | 771f3ea31631233b75350dab2b9ff4d839e9d2e9 (patch) | |
tree | 2aabee9385ee378cd9665d4f13455958a8eaab3a /resources | |
parent | Fix SSO login showing password prompt (diff) | |
download | nheko-771f3ea31631233b75350dab2b9ff4d839e9d2e9.tar.xz |
Make pill text color match the separator color
Diffstat (limited to 'resources')
-rw-r--r-- | resources/qml/delegates/Pill.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |