diff --git a/resources/qml/delegates/Pill.qml b/resources/qml/delegates/Pill.qml
index 248d91da2f107fb1e60a1fa92f83c8038c50bc44..17c3c7d4805d3f9cd84eb40864d76411685972d4 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