From fe0fc8630153d1dc2cdbba4d098b6abee4bddcf1 Mon Sep 17 00:00:00 2001 From: Shorn Date: Thu, 16 May 2024 17:22:28 +0200 Subject: [PATCH] background colour change for purple dialog - change to #38318B --- src/components/DialogPurple.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,