Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
backgroungcolor of container changed to 'black' from 'blue'
  • Loading branch information
Chandan Khatua committed Nov 16, 2020
commit 680087c17dc18bb08fb2e990752d75a117c1d326
2 changes: 1 addition & 1 deletion src/components/HomePage/SectionLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function SectionLayout({ children, lastSection, onScrollClick, alternate }) {
return (
<Container
className={classes.container}
style={{ backgroundColor: alternate ? 'red' : 'blue' }}
style={{ backgroundColor: alternate ? 'red' : 'black' }}
>
{children}
{lastSection ? null : (
Expand Down