Fix z-index problem for call icon
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "enduser.salona",
|
||||
"private": true,
|
||||
"version": "0.9.4",
|
||||
"version": "0.9.5",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@@ -25,7 +25,7 @@ const AppointmentListItem = ({ data }: Props) => {
|
||||
<p className="inline-block break-word">{data.artist.phone_number}</p>
|
||||
<HoverTooltip label="تماس">
|
||||
<a
|
||||
className="rounded-full bg-[#AF00FA] hover:bg-[#AF00FA] size-11 inline-flex items-center justify-center mr-auto pulse-animation duration-1000"
|
||||
className="rounded-full bg-[#AF00FA] hover:bg-[#AF00FA] size-11 inline-flex items-center justify-center mr-auto pulse-animation duration-1000 z-10"
|
||||
href={`tel:${data.artist.phone_number}`}
|
||||
>
|
||||
<PhoneCallIcon className="text-white size-5" />
|
||||
|
||||
Reference in New Issue
Block a user