Skip to content

Commit

Permalink
fix(Tabs): adjust contained tabs background value (#15791)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Feb 21, 2024
1 parent effcba6 commit 5a6739f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/styles/scss/components/tabs/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,10 @@
}
}

.#{$prefix}--tabs--contained ~ .#{$prefix}--tab-content {
background: $layer;
}

.#{$prefix}--tab-content--interactive {
&:focus {
outline: none;
Expand Down

0 comments on commit 5a6739f

Please sign in to comment.