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 ( <> -