From 074ca1cc9418f520943db039431c213a9ac86265 Mon Sep 17 00:00:00 2001 From: daniel <4954577+jaensen@users.noreply.github.com> Date: Sat, 4 May 2024 00:55:47 +0200 Subject: [PATCH] BackgroundCurved backgroundColor: white --- src/components/BackgroundCurved.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BackgroundCurved.js b/src/components/BackgroundCurved.js index 7bded21d..2190cdb0 100644 --- a/src/components/BackgroundCurved.js +++ b/src/components/BackgroundCurved.js @@ -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')]: {