From 98142fe782fd52a09b6bf0d8ae799f562a7d88d0 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Fri, 14 Nov 2025 18:35:17 +0100 Subject: [PATCH] refactor: remove background color from AreaRiservataLayoutUserView component --- apps/infoalloggi/src/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/infoalloggi/src/components/Layout.tsx b/apps/infoalloggi/src/components/Layout.tsx index 6e5d1cb..126ebee 100644 --- a/apps/infoalloggi/src/components/Layout.tsx +++ b/apps/infoalloggi/src/components/Layout.tsx @@ -187,7 +187,7 @@ export const AreaRiservataLayoutUserView = ({ const props = children.props as { userId: UsersId }; return ( -
+