mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Make pill text color match the separator color
This commit is contained in:
parent
a99eff7c0c
commit
771f3ea316
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import QtQuick.Controls 2.1
|
||||||
import im.nheko 1.0
|
import im.nheko 1.0
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
color: Nheko.colors.brightText
|
color: Nheko.colors.text
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
height: contentHeight * 1.2
|
height: contentHeight * 1.2
|
||||||
width: contentWidth * 1.2
|
width: contentWidth * 1.2
|
||||||
|
|
Loading…
Reference in a new issue