Make pill text color match the separator color

This commit is contained in:
Nicolas Werner 2021-11-11 21:15:33 +01:00
parent a99eff7c0c
commit 771f3ea316
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 1 additions and 1 deletions

View File

@ -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