Skip to content

Commit

Permalink
fix(content): remove background color from .bx--content
Browse files Browse the repository at this point in the history
Fixes #9877
  • Loading branch information
metonym committed Mar 14, 2022
1 parent f308fd7 commit 896716d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/components/src/components/ui-shell/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
@mixin carbon-content {
.#{$prefix}--content {
padding: 2rem;
background: $ui-02;
will-change: margin-left;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
@mixin content {
.#{$prefix}--content {
padding: 2rem;
background: $layer;
color: $text-primary;
will-change: margin-left;
}
Expand Down

0 comments on commit 896716d

Please sign in to comment.