mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
web: increase reminder dialog width (#7767)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
@@ -156,6 +156,7 @@ export const AddReminderDialog = DialogManager.register(
|
||||
testId="add-reminder-dialog"
|
||||
onClose={() => props.onClose(false)}
|
||||
sx={{ fontFamily: "body" }}
|
||||
width={600}
|
||||
positiveButton={{
|
||||
text: reminder ? strings.save() : strings.add(),
|
||||
disabled:
|
||||
|
||||
Reference in New Issue
Block a user