Added PaidPrevCard api (not yet sure of what to do with the data gotten) #310
@@ -40,7 +40,7 @@ export default function ChangePasswordTab() {
|
|||||||
};
|
};
|
||||||
return (
|
return (
|
||||||
<div className="changePasswordTab w-full">
|
<div className="changePasswordTab w-full">
|
||||||
<div className="w-full flex xl:flex-row flex-col-reverse space-x-5 xl:items-center">
|
<div className="w-full flex xxl:flex-row flex-col-reverse space-x-5 xl:items-center">
|
||||||
<div className="flex-1 mb-10">
|
<div className="flex-1 mb-10">
|
||||||
<div className="input-field mb-6">
|
<div className="input-field mb-6">
|
||||||
<label
|
<label
|
||||||
|
|||||||
+2
-1
@@ -21,7 +21,8 @@ module.exports = {
|
|||||||
'alice-blue': '#f0f8ff'
|
'alice-blue': '#f0f8ff'
|
||||||
},
|
},
|
||||||
screens:{
|
screens:{
|
||||||
xxs: '400px'
|
xxs: '400px',
|
||||||
|
xxl:'1900px'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user