Skip to content

Commit

Permalink
Change background when drafting a large blast
Browse files Browse the repository at this point in the history
  • Loading branch information
ArendPeter committed Jan 6, 2025
1 parent f44cc48 commit b9cc96a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export default ({open, onClose, onSubmit, targetedEmail=undefined, electionRoll=
return <Dialog
open={open}
onClose={close}
sx={audience != 'single' ? {background: '#0000bb88'} : {}}
>
<DialogTitle>Prepare Email Blast</DialogTitle>
<DialogContent sx={{overflow: 'hidden'}}>
Expand Down

0 comments on commit b9cc96a

Please sign in to comment.