From 729bc6f6f120033743c57164a3bb861485814190 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 8 Aug 2025 21:12:46 +1000 Subject: internal: colour fixes --- modules/launcher/items/ActionItem.qml | 2 +- modules/launcher/items/AppItem.qml | 2 +- modules/launcher/items/VariantItem.qml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/launcher') diff --git a/modules/launcher/items/ActionItem.qml b/modules/launcher/items/ActionItem.qml index 9e97228..54e38f3 100644 --- a/modules/launcher/items/ActionItem.qml +++ b/modules/launcher/items/ActionItem.qml @@ -58,7 +58,7 @@ Item { text: root.modelData?.desc ?? "" 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 diff --git a/modules/launcher/items/AppItem.qml b/modules/launcher/items/AppItem.qml index 1ba1f42..4794331 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.tPalette.m3outline + color: Colours.palette.m3outline elide: Text.ElideRight width: root.width - icon.width - Appearance.rounding.normal * 2 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 -- cgit v1.2.3-freya