diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-08 19:32:38 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-08 19:32:38 +1000 |
| commit | 5b8edfc1e29433b40bb1120043bc1b79010a6cc1 (patch) | |
| tree | 99476b16b36a299b82e8497be9338d6cc760ef8c /modules/launcher/items/AppItem.qml | |
| parent | controlcenter: hide float button when floating (diff) | |
| download | caelestia-shell-5b8edfc1e29433b40bb1120043bc1b79010a6cc1.tar.gz caelestia-shell-5b8edfc1e29433b40bb1120043bc1b79010a6cc1.tar.bz2 caelestia-shell-5b8edfc1e29433b40bb1120043bc1b79010a6cc1.zip | |
internal: transparency support coming soon™
Also fix media player selector text colour
Fix colour preview not resetting light/dark mode
Diffstat (limited to 'modules/launcher/items/AppItem.qml')
| -rw-r--r-- | modules/launcher/items/AppItem.qml | 2 |
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 |