change responsive page doctors & change modal and responsive & responsive page doctor item

This commit is contained in:
Ehsan
2024-08-18 14:39:34 +03:30
parent cd3b783abd
commit 8a53f60d7e
18 changed files with 179 additions and 53 deletions
+3 -3
View File
@@ -5,11 +5,11 @@ function Share() {
return (
<div className="w-full text-left">
<Button
className="!gap-1 !p-2 !rounded-lg !text-[#525252] !text-[14px]"
variant="text"
className="!gap-1 !border-none lg:!border-[#EFEFEF] !p-2 !rounded-lg !text-[#525252] !text-[14px]"
variant="outlined"
>
<ShareDI />
اشتراک گذاری
<p className="hidden lg:flex">اشتراک گذاری</p>
</Button>
</div>
)