fix responsive all page & add modal doctor id & page dashboard aside
This commit is contained in:
@@ -12,7 +12,7 @@ function Hours({ doctor, hour, setHour, value, nameHours }) {
|
||||
<Button
|
||||
onClick={() => setHour(idx)}
|
||||
className={`
|
||||
!w-full !rounded-[8px] !grid !place-items-center !bg-[#EFEFEF] !py-[10px] !px-[14px]
|
||||
!w-full !rounded-[8px] !grid !place-items-center !bg-[#EFEFEF] !py-[10px] !px-[14px] !h-[40px] md:!h-[42px] lg:!h-[44px]
|
||||
${idx === hour ? '!bg-[#F79463] ' : ''}
|
||||
`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user