design page specialdays & workingdays & turns & add modal working day

This commit is contained in:
Ehsan
2024-09-11 22:15:28 +03:30
parent d75e3c82b7
commit 55e32c63ae
23 changed files with 562 additions and 6 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ function AddDoctorPage() {
value={value}
handleChange={handleChange}
/>
<div className="mt-[24px] mx-[56px]">
<div className={`mt-[24px] ${value !== 4 ? 'mx-[56px]' : 'mx-0'}`}>
{components[value]}
</div>
</div>