Make pill text color match the separator color

pull/812/head
Nicolas Werner 3 years ago
parent a99eff7c0c
commit 771f3ea316
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 2
      resources/qml/delegates/Pill.qml

@ -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…
Cancel
Save