diff --git a/src/components/DialogPurple.js b/src/components/DialogPurple.js index 6c1c40db..a3e951a6 100644 --- a/src/components/DialogPurple.js +++ b/src/components/DialogPurple.js @@ -7,7 +7,7 @@ import Button from '~/components/Button'; const useStyles = makeStyles((theme) => ({ paper: { - background: 'linear-gradient(284.04deg, #660F33 0%, #CC1E66 100%)', + background: '#38318B', borderRadius: 0, borderBottomRightRadius: 48, maxWidth: 720,