diff --git a/components/tabs/style/index.ts b/components/tabs/style/index.ts index 1fa0a1b234..7417e4e351 100644 --- a/components/tabs/style/index.ts +++ b/components/tabs/style/index.ts @@ -690,7 +690,7 @@ const genTabStyle: GenerateStyle = (token: TabsToken) => { }, '&-btn': { outline: 'none', - transition: 'all 0.3s', + transition: `all ${token.motionDurationSlow}`, [`${tabCls}-icon:not(:last-child)`]: { marginInlineEnd: token.marginSM, },