resized datepicker component

This commit is contained in:
Chukwumdiebube
2023-02-28 21:16:55 +01:00
parent be32be1ecd
commit 3ef3297dfc
3 changed files with 6 additions and 3 deletions
@@ -62,8 +62,6 @@ export default function SignUp() {
})
return
}
//checks if email is a valid email address
let regEx = /^[^0-9][a-zA-Z0-9._%+-]+@[a-zA-Z]+(\.[a-zA-Z]+)+$/;
if (regEx.test(email) == false) {
+1 -1
View File
@@ -76,7 +76,7 @@ export default function AddEditReminder({ className }) {
setMessage({status: true, message: ''})
let {description, notes, category, mode} = infoDetail
//CHECKING IF AN EMPTY FIELD WAS PASSED
if(!description || !notes || !category || !mode){
if(!description || !category || !mode){
setSuccess(false)
setMessage({status: false, message: 'All fields must be filled'})
return
+5
View File
@@ -766,6 +766,11 @@ TODO: Responsive ===========================
}
/* Date Picker */
.react-date-picker{
display: flex !important;
flex: 1;
}
.react-date-picker__wrapper{
border: 0.5px solid #E3E4FE;
padding: 1.25rem;