Fix z-index problem for call icon

This commit is contained in:
AmirGoodarzi
2025-05-03 22:45:06 +03:30
parent 40cd88cc47
commit d036ccf3c6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "enduser.salona",
"private": true,
"version": "0.9.4",
"version": "0.9.5",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -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" />