diff --git a/components/tabs/style/index.tsx b/components/tabs/style/index.tsx index dbc99e6eef3c..a08a8abd666d 100644 --- a/components/tabs/style/index.tsx +++ b/components/tabs/style/index.tsx @@ -802,6 +802,7 @@ const genTabsStyle: GenerateStyle = (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': {