diff --git a/src/auth/components/styles.ts b/src/auth/components/styles.ts index 4ccecd98e..9dec74cbd 100644 --- a/src/auth/components/styles.ts +++ b/src/auth/components/styles.ts @@ -38,7 +38,7 @@ const useStyles = makeStyles( color: theme.palette.error.contrastText }, ...theme.typography.body1, - background: theme.palette.saleor.fail.light, + background: theme.palette.alert.paper.error, borderRadius: 8, marginBottom: theme.spacing(2), padding: theme.spacing(2.5)