Skip to content

Commit

Permalink
Merge pull request #1641 from dxc-technology/rarrojolopez-main-changes
Browse files Browse the repository at this point in the history
Application layout - Main changes
  • Loading branch information
GomezIvann committed Jun 28, 2023
2 parents 9e54008 + 52f45a3 commit 084ab0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/layout/ApplicationLayout.tsx
Expand Up @@ -212,8 +212,9 @@ const MainContainer = styled.div`
width: 100%;
`;

const MainContentContainer = styled.div`
const MainContentContainer = styled.main`
flex: 1;
background-color: #fff;
`;

DxcApplicationLayout.Header = DxcHeader;
Expand Down

0 comments on commit 084ab0d

Please sign in to comment.