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 {