Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/components/mui/formik-inputs/mui-formik-datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@ const MuiFormikDatepicker = ({ name, label }) => {
helperText: meta.touched && meta.error,
fullWidth: true,
margin: "normal"
},
day: {
sx: {
fontSize: "1.2rem",
fontWeight: 600
}
},
layout: {
sx: {
"& .MuiDayCalendar-weekDayLabel": {
fontSize: "1rem"
}
}
}
}}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2257,7 +2257,7 @@
"cart_checkout_cancel_policy": "Checkout Cancel Policy",
"support_email": "Support e-mail",
"is_access_request_enabled": "Enable access requests",
"access_request_notification_email": "Send access request notification to e-mail addresses (multiple ;- seperated allowed)",
"access_request_notification_email": "Send access request notification to email addresses - separate multiple addresses with a semicolon (;) with no spacing in between",
"settings_saved": "Settings saved successfully!"
},
"sponsor_list": {
Expand Down