fix: icon positioning (#3715)

pull/3718/head
Udit Takkar 2022-08-05 20:33:27 +05:30 committed by GitHub
parent 2b7b03fffd
commit f589d06ed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ function BookingListItem(booking: BookingItemProps) {
{
id: "reschedule_request",
icon: Icon.FiSend,
iconClassName: "rotate-45 w-[18px] -ml-[2px]",
iconClassName: "rotate-45 w-[16px] -translate-x-0.5 ",
label: t("send_reschedule_request"),
onClick: () => {
setIsOpenRescheduleDialog(true);