File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ const Wrapper = styled.div<{ Theme: THEME }>`
5858 left: 0;
5959 width: 100%;
6060 background-color: ${ ( { Theme } ) =>
61- Theme === THEME . LIGHT ? '#F2F2F7 ' : '#242424' } ;
61+ Theme === THEME . LIGHT ? '#FFFFFF ' : '#242424' } ;
6262 z-index: 1000;
6363` ;
6464
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ const ContentWrapper = styled.div<{ Theme: THEME }>`
8181 width: 100%;
8282 min-height: 100vh;
8383 background-color: ${ ( { Theme } ) =>
84- Theme === THEME . LIGHT ? '#F2F2F7 ' : '#242424' } ;
84+ Theme === THEME . LIGHT ? '#FFFFFF ' : '#242424' } ;
8585` ;
8686
8787const ContentContainer = styled . div `
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ const ContentWrapper = styled.div<{ Theme: THEME }>`
7272 width: 100%;
7373 min-height: 100vh;
7474 background-color: ${ ( { Theme } ) =>
75- Theme === THEME . LIGHT ? '#F2F2F7 ' : '#242424' } ;
75+ Theme === THEME . LIGHT ? '#FFFFFF ' : '#242424' } ;
7676` ;
7777
7878const ContentContainer = styled . div `
You can’t perform that action at this time.
0 commit comments