Skip to content

Commit

Permalink
fix(content): remove background color from .bx--content (#10992)
Browse files Browse the repository at this point in the history
* fix(content): remove background color from .bx--content

Fixes #9877

* chore: update snaps

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Taylor Jones <taylor.jones826@gmail.com>
Co-authored-by: Taylor Jones <tay1orjones@users.noreply.github.com>
  • Loading branch information
4 people authored Mar 24, 2022
1 parent b580542 commit a052546
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 a052546

Please sign in to comment.