diff --git a/dots/.config/quickshell/ii/modules/common/widgets/SecondaryTabButton.qml b/dots/.config/quickshell/ii/modules/common/widgets/SecondaryTabButton.qml index 347774cff..b1036c777 100644 --- a/dots/.config/quickshell/ii/modules/common/widgets/SecondaryTabButton.qml +++ b/dots/.config/quickshell/ii/modules/common/widgets/SecondaryTabButton.qml @@ -91,7 +91,7 @@ TabButton { background: Rectangle { id: buttonBackground - radius: Appearance?.rounding.small ?? 7 + radius: Appearance?.rounding.normal implicitHeight: 37 color: (root.hovered ? root.colBackgroundHover : root.colBackground) layer.enabled: true