Skip to content

Commit

Permalink
fix: adjust global background color
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-joe committed Dec 16, 2024
1 parent ec0e58a commit 6eab28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout/Layout.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
padding: var(--spacers-dp16);
padding-bottom: 0px;
grid-area: main;
background-color: var(--colors-grey100);
background-color: var(--colors-grey200);
width: 100%;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 6eab28e

Please sign in to comment.