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