From 3acbe92363225948c60d77472c182478fe7a65f7 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:24:06 +0200 Subject: [PATCH] welcome: fill buttons --- .config/quickshell/welcome.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/quickshell/welcome.qml b/.config/quickshell/welcome.qml index 2935414b7..f8abe1320 100644 --- a/.config/quickshell/welcome.qml +++ b/.config/quickshell/welcome.qml @@ -102,8 +102,6 @@ ApplicationWindow { horizontalPadding: 15 buttonRadius: Appearance.rounding.small colBackground: Appearance.colors.colLayer2 - // colBackgroundHover: Appearance.colors.colSecondaryContainerHover - // colRipple: Appearance.colors.colSecondaryContainerActive contentItem: RowLayout { Item { @@ -116,6 +114,7 @@ ApplicationWindow { text: buttonWithIconRoot.iconText iconSize: Appearance.font.pixelSize.larger color: Appearance.colors.colOnSecondaryContainer + fill: 1 } } Loader {