From fd7aadf367cb9c6362797345d0d83c79b369739c Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Fri, 20 Jun 2025 16:10:34 +0200 Subject: [PATCH] Improve common style for dialogs --- src/components/NotAuthenticated.tsx | 21 ++------------------- src/components/Theme/ThemeManager.tsx | 1 - src/i18n/locales/it/core.json | 2 +- src/styles/theme-common.ts | 21 ++++++++++++++++++++- 4 files changed, 23 insertions(+), 22 deletions(-) diff --git a/src/components/NotAuthenticated.tsx b/src/components/NotAuthenticated.tsx index a80d467..c3ec233 100644 --- a/src/components/NotAuthenticated.tsx +++ b/src/components/NotAuthenticated.tsx @@ -779,17 +779,10 @@ export const NotAuthenticated = ({ aria-labelledby="alert-dialog-title" aria-describedby="alert-dialog-description" fullWidth - sx={{ - backgroundColor: theme.palette.background.paper, - color: theme.palette.text.primary, - borderRadius: '10px', - }} > - + - + {mode === 'list' && (