fix prop in react svg Icon (#4490)
Co-authored-by: hussamkhatib <hussamkhatib@gmail.com> Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>pull/4492/head
parent
4b0f7019a3
commit
96451c5eb9
|
@ -282,7 +282,7 @@ function BookingListItem(booking: BookingItemProps) {
|
|||
))}>
|
||||
<div className="text-gray-600 dark:text-white">
|
||||
<Icon.FiRefreshCcw
|
||||
stroke-width="3"
|
||||
strokeWidth="3"
|
||||
className="float-left mr-1 mt-1.5 inline-block h-3 w-3 text-gray-400"
|
||||
/>
|
||||
<p className="mt-1 pl-5 text-xs">
|
||||
|
|
Loading…
Reference in New Issue