Skip to content

Commit

Permalink
Merge pull request #856 from illacloud/beta
Browse files Browse the repository at this point in the history
fix: tab panel style
  • Loading branch information
AruSeito authored Jan 25, 2024
2 parents 2926d1f + 72f3e1e commit 75dee71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tabs/src/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export const panelTitleStyle = (
flexDirection = "row-reverse"
}
let selectCss
if (isSelectKey) {
if (isSelectKey && variant === "capsule") {
selectCss = `
background-color: ${getColor("white", "01")};
`
Expand Down

0 comments on commit 75dee71

Please sign in to comment.