Merge branch 'master' of https://gitlab.chiefsoft.net/WrenchBoard/Users-Wrench into my_wallet_layout

This commit was merged in pull request #310.
This commit is contained in:
2023-07-14 13:48:25 +01:00
2 changed files with 3 additions and 2 deletions
@@ -40,7 +40,7 @@ export default function ChangePasswordTab() {
};
return (
<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="input-field mb-6">
<label
+2 -1
View File
@@ -21,7 +21,8 @@ module.exports = {
'alice-blue': '#f0f8ff'
},
screens:{
xxs: '400px'
xxs: '400px',
xxl:'1900px'
}
},
},