summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-11-11 21:15:33 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-11-11 21:15:33 +0100
commit771f3ea31631233b75350dab2b9ff4d839e9d2e9 (patch)
tree2aabee9385ee378cd9665d4f13455958a8eaab3a
parentFix SSO login showing password prompt (diff)
downloadnheko-771f3ea31631233b75350dab2b9ff4d839e9d2e9.tar.xz
Make pill text color match the separator color
-rw-r--r--resources/qml/delegates/Pill.qml2
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