summaryrefslogtreecommitdiff
path: root/modules/launcher/items/VariantItem.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-08 21:12:46 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-08 21:12:46 +1000
commit729bc6f6f120033743c57164a3bb861485814190 (patch)
treee01d4413543908e9619fe7b24ccb793254665de9 /modules/launcher/items/VariantItem.qml
parentinternal: disable transparency (diff)
downloadcaelestia-shell-729bc6f6f120033743c57164a3bb861485814190.tar.gz
caelestia-shell-729bc6f6f120033743c57164a3bb861485814190.tar.bz2
caelestia-shell-729bc6f6f120033743c57164a3bb861485814190.zip
internal: colour fixes
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