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/VariantItem.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/launcher/items/VariantItem.qml') 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