From f6ef7b23814ac69e7e4086bbca931a0fc9c3a9d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Thu, 22 Dec 2022 10:59:11 +0800 Subject: [PATCH] fix: text add btn color in dark mode --- 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': {