Skip to content

Commit

Permalink
refactor: use css token (#48312)
Browse files Browse the repository at this point in the history
  • Loading branch information
li-jia-nan committed Apr 7, 2024
1 parent 47e46fa commit 2386fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tabs/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ const genTabStyle: GenerateStyle<TabsToken, CSSObject> = (token: TabsToken) => {
},
'&-btn': {
outline: 'none',
transition: 'all 0.3s',
transition: `all ${token.motionDurationSlow}`,
[`${tabCls}-icon:not(:last-child)`]: {
marginInlineEnd: token.marginSM,
},
Expand Down

0 comments on commit 2386fa6

Please sign in to comment.