diff --git a/app/clinics/loading.js b/app/clinics/loading.js index e5e814f..462e18f 100644 --- a/app/clinics/loading.js +++ b/app/clinics/loading.js @@ -6,8 +6,7 @@ export default function Loading() { return (

{Number(doctor?.active) && doctor?.free_turn ? `اولین نوبت آزاد: ${doctor.free_turn}` diff --git a/app/component/Pageguide.js b/app/component/Pageguide.js index e75878d..a7c653d 100644 --- a/app/component/Pageguide.js +++ b/app/component/Pageguide.js @@ -4,21 +4,12 @@ function Pageguide({ list }) { {list.map((item, idx) => (

  • idx + 1 - ? "text-[#9B9B9B]" - : "text-[#525252]" - } - `} + className={`text-[16px] font-normal ${ list.length > idx + 1 ? "text-[#9B9B9B]" : "text-[#525252]" } `} > {item}

    idx + 1 ? "flex" : "hidden"} - `} + className={` text-[#9B9B9B] text-[16px] font-normal ${list.length > idx + 1 ? "flex" : "hidden"} `} > {">"} diff --git a/app/component/PopoverDate.js b/app/component/PopoverDate.js index 474b1eb..9a18a7b 100644 --- a/app/component/PopoverDate.js +++ b/app/component/PopoverDate.js @@ -20,8 +20,7 @@ function PopoverDate({ text, updateDate, type }) {
    diff --git a/app/component/Tabs.js b/app/component/Tabs.js index 4661e3a..50e83e3 100644 --- a/app/component/Tabs.js +++ b/app/component/Tabs.js @@ -35,10 +35,7 @@ function Tabs({ value, handleChange, listTab, inactives, isSm, style }) { marginLeft: !isSm ? "9px !important" : undefined, }, }} - className={` - text-[#495057] !p-1 !text-[14px] md:!text-[16px] !font-bold - ${isSm ? "!w-1/2 !m-0" : "!mr-[38px]"} - `} + className={` text-[#495057] !p-1 !text-[14px] md:!text-[16px] !font-bold ${isSm ? "!w-1/2 !m-0" : "!mr-[38px]"} `} /> ))} diff --git a/app/component/TimePickerField.js b/app/component/TimePickerField.js index b2e6959..b8b8d9d 100644 --- a/app/component/TimePickerField.js +++ b/app/component/TimePickerField.js @@ -82,9 +82,7 @@ function TimePickerField({ dataChange, isVacation, disable, timeStart, data }) { }} />

    {value} diff --git a/app/component/TimePickerInput.js b/app/component/TimePickerInput.js index 64160ce..8fc3e32 100644 --- a/app/component/TimePickerInput.js +++ b/app/component/TimePickerInput.js @@ -47,8 +47,7 @@ function TimePickerInput({ changeData, handleDisableHours, name, data }) { }} />

    {data[name]}

    diff --git a/app/component/comment/SendAnswer.js b/app/component/comment/SendAnswer.js index a83ce4b..f796071 100644 --- a/app/component/comment/SendAnswer.js +++ b/app/component/comment/SendAnswer.js @@ -51,8 +51,7 @@ function SendAnswer({ doctor, parentUuid, onSent }) { disabled={loading} onClick={sendReq} variant="contained" - className="!p-2 !h-10 !text-[12px] !font-medium sm:!py-[10px] md:!px-[12px] !rounded-[8px] - !shadow-none sm:!shadow-[0px_4px_30px_0px_rgba(56,_160,_162,_0.30)]" + className="!p-2 !h-10 !text-[12px] !font-medium sm:!py-[10px] md:!px-[12px] !rounded-[8px] !shadow-none sm:!shadow-[0px_4px_30px_0px_rgba(56,_160,_162,_0.30)]" > ارسال پاسخ diff --git a/app/component/date/dateTime/hours/List.js b/app/component/date/dateTime/hours/List.js index 4cfbda9..dbe56c5 100644 --- a/app/component/date/dateTime/hours/List.js +++ b/app/component/date/dateTime/hours/List.js @@ -15,17 +15,10 @@ function List({ appo, hour, setHour, value }) {