diff --git a/components/tabs/style/index.tsx b/components/tabs/style/index.tsx index 0121821a47..a08a8abd66 100644 --- a/components/tabs/style/index.tsx +++ b/components/tabs/style/index.tsx @@ -798,7 +798,6 @@ const genTabsStyle: GenerateStyle = (token: TabsToken): CSSObject => }, padding: `0 ${token.paddingXS}px`, background: 'transparent', - color: token.colorTextHeading, border: `${token.lineWidth}px ${token.lineType} ${colorSplit}`, borderRadius: `${token.borderRadiusLG}px ${token.borderRadiusLG}px 0 0`, outline: 'none',