fix: clock icon size in booker page (#8249)

This commit is contained in:
Nafees Nazik 2023-04-13 23:38:09 +05:30 committed by GitHub
parent 9024914f23
commit 6e5c3a88ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,7 @@ const BookingDescription: FC<Props> = (props) => {
)}>
<Clock
className={classNames(
"min-h-4 min-w-4 ml-[2px] inline-block ltr:mr-[10px] rtl:ml-[10px]",
"ml-[2px] inline-block h-4 w-4 ltr:mr-[10px] rtl:ml-[10px]",
isBookingPage && "mt-[2px]"
)}
/>