Skip to content

Commit

Permalink
Merge pull request #1237 from dpc-sdp/feature/default-layout-bg
Browse files Browse the repository at this point in the history
[R20-2027] set default layout background colour
  • Loading branch information
dylankelly authored Jun 27, 2024
2 parents a74501b + f7d5cc0 commit 6855576
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/ripple-ui-core/src/components/layout/RplLayout.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
@import '@dpc-sdp/ripple-ui-core/style/breakpoints';

.rpl-layout {
background-color: var(--rpl-clr-neutral-0);
}

.rpl-layout__body-wrap {
padding-top: var(--rpl-sp-8);
padding-bottom: var(--rpl-sp-8);
Expand Down

0 comments on commit 6855576

Please sign in to comment.