diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-05-13 10:57:04 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-05-13 10:59:30 +0200 |
commit | 877f4daa1a36aa5d803b944cc8ce21ed4717c9ce (patch) | |
tree | 31bf49e16cac64ae54cd24500042f2cf18dd8e15 /resources/qml/delegates | |
parent | Move openLink to Nheko globals (diff) | |
download | nheko-877f4daa1a36aa5d803b944cc8ce21ed4717c9ce.tar.xz |
Fix missing import for colors
Diffstat (limited to 'resources/qml/delegates')
-rw-r--r-- | resources/qml/delegates/Pill.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/delegates/Pill.qml b/resources/qml/delegates/Pill.qml index fef226a7..248d91da 100644 --- a/resources/qml/delegates/Pill.qml +++ b/resources/qml/delegates/Pill.qml @@ -4,6 +4,7 @@ import QtQuick 2.5 import QtQuick.Controls 2.1 +import im.nheko 1.0 Label { color: Nheko.colors.brightText |