From 6890ed64c7241152ba89007609169912835311f7 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Fri, 16 Jan 2026 11:52:47 +0100 Subject: [PATCH] chore: update icon styles and improve layout in ricerca-table component --- apps/infoalloggi/src/components/svgs.tsx | 18 ++++++------------ .../src/components/tables/ricerca-table.tsx | 8 +++----- 2 files changed, 9 insertions(+), 17 deletions(-) diff --git a/apps/infoalloggi/src/components/svgs.tsx b/apps/infoalloggi/src/components/svgs.tsx index 9a231c0..11bed15 100644 --- a/apps/infoalloggi/src/components/svgs.tsx +++ b/apps/infoalloggi/src/components/svgs.tsx @@ -746,22 +746,16 @@ export const PasswordSVG = (props: SVGProps) => ( }} /> ); @@ -787,16 +781,16 @@ export const AlarmClockSVG = (props: SVGProps) => ( fill="#FFB612" /> ); diff --git a/apps/infoalloggi/src/components/tables/ricerca-table.tsx b/apps/infoalloggi/src/components/tables/ricerca-table.tsx index b543533..49dcedb 100644 --- a/apps/infoalloggi/src/components/tables/ricerca-table.tsx +++ b/apps/infoalloggi/src/components/tables/ricerca-table.tsx @@ -82,16 +82,14 @@ const Row = ({ >
- + - - Affitto {servizio.tipologia} - + Affitto {servizio.tipologia} {`${servizio.created_at.toLocaleDateString("it")}`}
-
+
{isOpen ? : }