refactor: update button icons in AnnuncioInteractions and ContattoAnnuncio components for consistent sizing
This commit is contained in:
parent
9b37e5899d
commit
a0a38f0977
3 changed files with 8 additions and 4 deletions
|
|
@ -53,7 +53,7 @@ export const AnnuncioInteractions = ({
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Button className="w-full">
|
<Button className="w-full">
|
||||||
<LogIn />
|
<LogIn className="size-5" />
|
||||||
<span>Accedi se hai un account</span>
|
<span>Accedi se hai un account</span>
|
||||||
</Button>
|
</Button>
|
||||||
</Link>
|
</Link>
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ export const ContattoAnnuncio = () => {
|
||||||
<Credenza>
|
<Credenza>
|
||||||
<CredenzaTrigger asChild>
|
<CredenzaTrigger asChild>
|
||||||
<Button className="w-full" variant="destructive">
|
<Button className="w-full" variant="destructive">
|
||||||
<MessageCircleQuestion /> Contattaci
|
<MessageCircleQuestion className="size-5" /> Contattaci
|
||||||
</Button>
|
</Button>
|
||||||
</CredenzaTrigger>
|
</CredenzaTrigger>
|
||||||
<CredenzaContent className="max-h-[90vh]">
|
<CredenzaContent className="max-h-[90vh]">
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
import {
|
import {
|
||||||
Armchair,
|
Armchair,
|
||||||
|
BadgeEuro,
|
||||||
Bath,
|
Bath,
|
||||||
BedDouble,
|
BedDouble,
|
||||||
Building2,
|
Building2,
|
||||||
|
|
@ -317,8 +318,11 @@ const Pricing = ({
|
||||||
return (
|
return (
|
||||||
<Accordion className="w-full" collapsible type="single">
|
<Accordion className="w-full" collapsible type="single">
|
||||||
<AccordionItem value="item-1">
|
<AccordionItem value="item-1">
|
||||||
<AccordionTrigger className="px-1 font-semibold text-xl">
|
<AccordionTrigger className="items-center">
|
||||||
{t.pricing_cmp.cta_costo}
|
<div className="items-cernter flex justify-start gap-2 px-1 font-semibold text-xl">
|
||||||
|
<BadgeEuro />
|
||||||
|
<span>{t.pricing_cmp.cta_costo}</span>
|
||||||
|
</div>
|
||||||
</AccordionTrigger>
|
</AccordionTrigger>
|
||||||
<AccordionContent className="flex justify-center">
|
<AccordionContent className="flex justify-center">
|
||||||
<PricingComponent
|
<PricingComponent
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue