Skip to content

Commit

Permalink
background colour change for purple dialog
Browse files Browse the repository at this point in the history
- change to #38318B
  • Loading branch information
shorn-gnosis committed May 16, 2024
1 parent 02be4ee commit fe0fc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DialogPurple.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fe0fc86

Please sign in to comment.