refactor: update modal components to use larger size and full width with titles
This commit is contained in:
@@ -104,13 +104,11 @@ function NudgeModal({ config }) {
|
||||
<ResponsiveModal
|
||||
open={config?.isOpen}
|
||||
onClose={config?.onClose}
|
||||
size='md'
|
||||
size='lg'
|
||||
fullWidth={true}
|
||||
unmountDelay={250}
|
||||
title='Send Nudge'
|
||||
>
|
||||
<Typography level='h4' mb={2}>
|
||||
Send Nudge
|
||||
</Typography>
|
||||
|
||||
<Typography level='body-md' mb={2}>
|
||||
Send a gentle reminder to the assignee about this task. You can
|
||||
customize the message and choose who gets notified.
|
||||
|
||||
Reference in New Issue
Block a user