We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d11188 + 571a7b7 commit 2e523b3Copy full SHA for 2e523b3
src/pages/About/index.js
@@ -40,7 +40,7 @@ const About = () => {
40
];
41
42
return (
43
- <Box className='containerDefault'>
+ <Box className='containerTeal'>
44
<Box className='boxBackround'>
45
<Container className='containerDefault'>
46
<GenericHeaderSection
src/styles.js
@@ -40,6 +40,9 @@ const useStyles = makeStyles((theme) => ({
color: theme.palette.secondary.dark,
},
+ '.containerTeal': {
+ backgroundColor: theme.palette.background.primary,
+ },
'.containerDefault': {
47
backgroundColor: theme.palette.secondary.dark,
48
padding: '0 0 2em',
0 commit comments