feat: add padding to PopoverContent in ComunicazioniUser component
This commit is contained in:
parent
9014d8c092
commit
b4bfccd4c7
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ const ComunicazioniUser: NextPageWithLayout<ComunicazioniUserProps> = ({
|
||||||
</PopoverTrigger>
|
</PopoverTrigger>
|
||||||
<PopoverContent
|
<PopoverContent
|
||||||
align="end"
|
align="end"
|
||||||
className="flex w-fit flex-col items-center gap-4"
|
className="flex w-fit flex-col items-center gap-4 p-2"
|
||||||
>
|
>
|
||||||
<Confirm
|
<Confirm
|
||||||
description="Sei sicuro di voler eliminare tutte le comunicazioni?"
|
description="Sei sicuro di voler eliminare tutte le comunicazioni?"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue