Skip to content

Commit

Permalink
BackgroundCurved backgroundColor: white
Browse files Browse the repository at this point in the history
  • Loading branch information
jaensen committed May 3, 2024
1 parent 5deb19b commit 074ca1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BackgroundCurved.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const useStyles = makeStyles((theme) => {
top: 476,
left: '50%',
content: '""',
backgroundColor: 'white',
backgroundColor: theme.custom.colors.white,
borderRadius: '50%',
transform: 'translate3d(-50%, -50%, 0)',
[theme.breakpoints.up('sm')]: {
Expand Down

0 comments on commit 074ca1c

Please sign in to comment.