disable box shadow all button and scroll turn in doctor item page

This commit is contained in:
Ehsan
2024-09-26 17:21:55 +03:30
parent eda896e917
commit 93abbe0ce0
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -16,6 +16,7 @@ const theme = createTheme({
fontSize: "16px", fontSize: "16px",
fontStyle: "normal", fontStyle: "normal",
fontWeight: "500", fontWeight: "500",
boxShadow: "none",
}, },
}, },
}, },
+1 -1
View File
@@ -11,7 +11,7 @@ function AppointmentList({ doctor, loading }) {
return ( return (
<> <>
<ul className="hidden lg:flex w-[38%] flex-col justify-start items-center gap-8"> <ul className="hidden sticky top-[122px] sm:top-[150px] mt:top-[178px] lg:top-[206px] lg:flex w-[38%] flex-col justify-start items-center gap-8">
{[turns[0]].map((item) => ( {[turns[0]].map((item) => (
<ItemAppointment <ItemAppointment
turn={item} turn={item}
@@ -60,7 +60,7 @@ function ModalAnswer({ doctor }) {
<Link href={`/booking/${doctor.id}`} className="!mr-auto"> <Link href={`/booking/${doctor.id}`} className="!mr-auto">
<Button <Button
variant="contained" variant="contained"
className="!py-2.5 !px-4 gap-1 !text-[14px] !font-medium !mt-[32px]" className="!py-2.5 !px-4 gap-1 !text-[14px] !font-medium !mt-[32px] !shadownon"
> >
دریافت نوبت دریافت نوبت
<div className="w-[20px] h-[20px]"> <div className="w-[20px] h-[20px]">