From 93abbe0ce05e607ec6042338cd0cde6e96f58211 Mon Sep 17 00:00:00 2001 From: Ehsan Date: Thu, 26 Sep 2024 17:21:55 +0330 Subject: [PATCH] disable box shadow all button and scroll turn in doctor item page --- app/theme/theme.js | 1 + components/doctor/appointmentList/index.js | 2 +- .../doctor/detailDoctor/cards/comments/modal/ModalAnswer.js | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/theme/theme.js b/app/theme/theme.js index b2fa097..842dafd 100644 --- a/app/theme/theme.js +++ b/app/theme/theme.js @@ -16,6 +16,7 @@ const theme = createTheme({ fontSize: "16px", fontStyle: "normal", fontWeight: "500", + boxShadow: "none", }, }, }, diff --git a/components/doctor/appointmentList/index.js b/components/doctor/appointmentList/index.js index 3d4c0b6..ed1d31c 100644 --- a/components/doctor/appointmentList/index.js +++ b/components/doctor/appointmentList/index.js @@ -11,7 +11,7 @@ function AppointmentList({ doctor, loading }) { return ( <> -