sidebar: volume mixer: adjust style

This commit is contained in:
end-4
2025-08-08 21:37:32 +07:00
parent 4328746df0
commit 521061fc64
3 changed files with 9 additions and 13 deletions
@@ -6,15 +6,17 @@ import QtQuick
import QtQuick.Layouts
import Quickshell.Services.Pipewire
GroupButton {
RippleButton {
id: button
required property bool input
buttonRadius: Appearance.rounding.small
colBackground: Appearance.colors.colLayer2
colBackgroundHover: Appearance.colors.colLayer2Hover
colBackgroundActive: Appearance.colors.colLayer2Active
clickedWidth: baseWidth + 30
colRipple: Appearance.colors.colLayer2Active
implicitHeight: contentItem.implicitHeight + 6 * 2
implicitWidth: contentItem.implicitWidth + 6 * 2
contentItem: RowLayout {
anchors.fill: parent