Skip to content

Commit

Permalink
fix: tab panel style
Browse files Browse the repository at this point in the history
  • Loading branch information
AruSeito committed Jan 24, 2024
1 parent f5c36a0 commit 72f3e1e
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 72f3e1e

Please sign in to comment.