fix: <Tabs /> shows wrong more icon color in #41312 (#41313)

Co-authored-by: David <oncwnuI2Sf77R0KOdSUCh_ieKUzM@git.weixin.qq.com>
This commit is contained in:
PhosphorusP 2023-03-18 19:24:41 +08:00 committed by GitHub
parent 0f1bc24285
commit 37353e0ef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -772,6 +772,7 @@ const genTabsStyle: GenerateStyle<TabsToken> = (token: TabsToken): CSSObject =>
padding: tabsCardHorizontalPadding,
background: 'transparent',
border: 0,
color: token.colorText,
'&::after': {
position: 'absolute',