chore: Intake snooze modal width
This commit is contained in:
parent
d83944cc8d
commit
5747dc6fd8
1 changed files with 7 additions and 1 deletions
|
|
@ -26,7 +26,13 @@ export function InboxIssueSnoozeModal(props: InboxIssueSnoozeModalProps) {
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ModalCore isOpen={isOpen} handleClose={handleClose} position={EModalPosition.CENTER} width={EModalWidth.XXL}>
|
<ModalCore
|
||||||
|
isOpen={isOpen}
|
||||||
|
handleClose={handleClose}
|
||||||
|
position={EModalPosition.CENTER}
|
||||||
|
width={EModalWidth.SM}
|
||||||
|
className="w-auto"
|
||||||
|
>
|
||||||
<div className="flex h-full w-full flex-col gap-y-1 px-5 py-8 sm:p-6">
|
<div className="flex h-full w-full flex-col gap-y-1 px-5 py-8 sm:p-6">
|
||||||
<Calendar
|
<Calendar
|
||||||
className="rounded-md border border-subtle p-3"
|
className="rounded-md border border-subtle p-3"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue