Skip to content

Commit

Permalink
fix: text add btn color in dark mode (#39724)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Dec 22, 2022
1 parent 9f18f76 commit 52f484d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/tabs/style/index.tsx
Expand Up @@ -802,6 +802,7 @@ const genTabsStyle: GenerateStyle<TabsToken> = (token: TabsToken): CSSObject =>
borderRadius: `${token.borderRadiusLG}px ${token.borderRadiusLG}px 0 0`,
outline: 'none',
cursor: 'pointer',
color: token.colorText,
transition: `all ${token.motionDurationSlow} ${token.motionEaseInOut}`,

'&:hover': {
Expand Down

0 comments on commit 52f484d

Please sign in to comment.