From d68933833376334fbcc29659803cf7a5f3cfd424 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 5 May 2026 22:37:45 +1000 Subject: [PATCH] fix: notif sidebar clear tokens --- modules/sidebar/NotifDock.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/sidebar/NotifDock.qml b/modules/sidebar/NotifDock.qml index 1a35262d..af1b6578 100644 --- a/modules/sidebar/NotifDock.qml +++ b/modules/sidebar/NotifDock.qml @@ -184,9 +184,7 @@ Item { id: clearBtn icon: "clear_all" - radius: Tokens.rounding.large - padding: Tokens.padding.medium - font: Tokens.font.icon.builders.large.scale(1.2).build() + font: Tokens.font.icon.large onClicked: clearTimer.start() Elevation { @@ -206,7 +204,6 @@ Item { Behavior on opacity { Anim { type: Anim.DefaultEffects - duration: Tokens.anim.durations.expressiveFastSpatial } } }