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">
|
||||
<LogIn />
|
||||
<LogIn className="size-5" />
|
||||
<span>Accedi se hai un account</span>
|
||||
</Button>
|
||||
</Link>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ export const ContattoAnnuncio = () => {
|
|||
<Credenza>
|
||||
<CredenzaTrigger asChild>
|
||||
<Button className="w-full" variant="destructive">
|
||||
<MessageCircleQuestion /> Contattaci
|
||||
<MessageCircleQuestion className="size-5" /> Contattaci
|
||||
</Button>
|
||||
</CredenzaTrigger>
|
||||
<CredenzaContent className="max-h-[90vh]">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
import {
|
||||
Armchair,
|
||||
BadgeEuro,
|
||||
Bath,
|
||||
BedDouble,
|
||||
Building2,
|
||||
|
|
@ -317,8 +318,11 @@ const Pricing = ({
|
|||
return (
|
||||
<Accordion className="w-full" collapsible type="single">
|
||||
<AccordionItem value="item-1">
|
||||
<AccordionTrigger className="px-1 font-semibold text-xl">
|
||||
{t.pricing_cmp.cta_costo}
|
||||
<AccordionTrigger className="items-center">
|
||||
<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>
|
||||
<AccordionContent className="flex justify-center">
|
||||
<PricingComponent
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue