summaryrefslogtreecommitdiff
path: root/modules/launcher/items/AppItem.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/launcher/items/AppItem.qml')
-rw-r--r--modules/launcher/items/AppItem.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launcher/items/AppItem.qml b/modules/launcher/items/AppItem.qml
index 6012356..1ba1f42 100644
--- a/modules/launcher/items/AppItem.qml
+++ b/modules/launcher/items/AppItem.qml
@@ -61,7 +61,7 @@ Item {
text: (root.modelData?.comment || root.modelData?.genericName || root.modelData?.name) ?? ""
font.pointSize: Appearance.font.size.small
- color: Colours.alpha(Colours.palette.m3outline, true)
+ color: Colours.tPalette.m3outline
elide: Text.ElideRight
width: root.width - icon.width - Appearance.rounding.normal * 2