Skip to content

Commit 3a2f584

Browse files
authored
Merge pull request #269 from navikt/ny-bakgrunnsfarge
Benytt bakgrunnsfarge fra design-systemet
2 parents 44c2aa0 + 29039b9 commit 3a2f584

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/index.less

+4
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ body {
3232
font-family: @font-family;
3333
line-height: @line-height-base;
3434
}
35+
36+
.decorator-utils-container {
37+
background-color: @navGraBakgrunn;
38+
}

src/styled-components/main-container.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const MainContainer = styled.main`
1515

1616
export const InngangMainContainer = styled(MainContainer)`
1717
padding-top: 64px;
18-
background-color: #e7e9e9;
18+
background-color: #f1f1f1;
1919
`;
2020

2121
export const FormMainContainer = styled(MainContainer)`

0 commit comments

Comments
 (0)