From 52f484d88ec91c9ddbde0944c0549841ed4e0e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E7=88=B1=E5=90=83=E7=99=BD=E8=90=9D?= =?UTF-8?q?=E5=8D=9C?= Date: Thu, 22 Dec 2022 11:17:16 +0800 Subject: [PATCH] fix: text add btn color in dark mode (#39724) --- components/tabs/style/index.tsx | 1 + 1 file changed, 1 insertion(+) 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': {