diff --git a/Modules/Panels/Settings/Tabs/Wallpaper/AutomationSubTab.qml b/Modules/Panels/Settings/Tabs/Wallpaper/AutomationSubTab.qml index c8a6a3e48..3c6bbe4f3 100644 --- a/Modules/Panels/Settings/Tabs/Wallpaper/AutomationSubTab.qml +++ b/Modules/Panels/Settings/Tabs/Wallpaper/AutomationSubTab.qml @@ -135,7 +135,7 @@ ColumnLayout { property bool selected: false signal clicked - radius: height * 0.5 + radius: Style.iRadiusS color: selected ? Color.mPrimary : Color.mSurfaceVariant implicitHeight: Math.max(Style.baseWidgetSize * 0.55, 24) implicitWidth: chipLabel.implicitWidth + Style.marginM * 1.5