Skip to content

Commit 084ab0d

Browse files
authored
Merge pull request #1641 from dxc-technology/rarrojolopez-main-changes
Application layout - Main changes
2 parents 9e54008 + 52f45a3 commit 084ab0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/src/layout/ApplicationLayout.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,9 @@ const MainContainer = styled.div`
212212
width: 100%;
213213
`;
214214

215-
const MainContentContainer = styled.div`
215+
const MainContentContainer = styled.main`
216216
flex: 1;
217+
background-color: #fff;
217218
`;
218219

219220
DxcApplicationLayout.Header = DxcHeader;

0 commit comments

Comments
 (0)