diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-05 10:19:46 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-05 10:19:46 +1000 |
| commit | c665c0ca98d72c172893e8bbd9c893aaa2b9f46e (patch) | |
| tree | 160713bc48b5332c0534d0d235ef7f100344eb58 /modules/launcher/Content.qml | |
| parent | bar: add scroll actions to fillers (diff) | |
| download | caelestia-shell-c665c0ca98d72c172893e8bbd9c893aaa2b9f46e.tar.gz caelestia-shell-c665c0ca98d72c172893e8bbd9c893aaa2b9f46e.tar.bz2 caelestia-shell-c665c0ca98d72c172893e8bbd9c893aaa2b9f46e.zip | |
feat: border + colour changes
Diffstat (limited to 'modules/launcher/Content.qml')
| -rw-r--r-- | modules/launcher/Content.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/launcher/Content.qml b/modules/launcher/Content.qml index 315835e..41904f7 100644 --- a/modules/launcher/Content.qml +++ b/modules/launcher/Content.qml @@ -24,7 +24,7 @@ Item { StyledRect { id: listWrapper - color: Appearance.alpha(Appearance.colours.m3surfaceContainerHigh, true) + color: Appearance.alpha(Appearance.colours.m3surfaceContainer, true) radius: root.rounding implicitWidth: list.width + root.padding * 2 @@ -61,7 +61,7 @@ Item { placeholderText: qsTr(`Type "${LauncherConfig.actionPrefix}" for commands`) background: StyledRect { - color: Appearance.alpha(Appearance.colours.m3surfaceContainerHigh, true) + color: Appearance.alpha(Appearance.colours.m3surfaceContainer, true) radius: root.rounding } |