Skip to content

Commit a052546

Browse files
metonymkodiakhq[bot]tay1orjones
authored
fix(content): remove background color from .bx--content (#10992)
* 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>
1 parent b580542 commit a052546

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/components/src/components/ui-shell/_content.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
@mixin carbon-content {
1616
.#{$prefix}--content {
1717
padding: 2rem;
18-
background: $ui-02;
1918
will-change: margin-left;
2019
}
2120

packages/styles/scss/components/ui-shell/content/_content.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
@mixin content {
1616
.#{$prefix}--content {
1717
padding: 2rem;
18-
background: $layer;
1918
color: $text-primary;
2019
will-change: margin-left;
2120
}

0 commit comments

Comments
 (0)