From 8f6ecb22ec04d868ed66fb2aca3240607af3939c Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Thu, 19 Jun 2025 08:16:00 +0200 Subject: [PATCH] Refactor style --- src/components/NotAuthenticated.tsx | 11 +++-------- src/styles/theme-common.ts | 8 ++++++++ src/styles/theme-dark.ts | 11 ++++++++--- src/styles/theme-light.ts | 11 ++++++++--- 4 files changed, 27 insertions(+), 14 deletions(-) diff --git a/src/components/NotAuthenticated.tsx b/src/components/NotAuthenticated.tsx index c382642..b3b2dd4 100644 --- a/src/components/NotAuthenticated.tsx +++ b/src/components/NotAuthenticated.tsx @@ -783,13 +783,11 @@ export const NotAuthenticated = ({ id="alert-dialog-title" sx={{ textAlign: 'center', - color: theme.palette.text.primary, fontWeight: 'bold', opacity: 1, }} > - {t('auth:node.custom_many', { postProcess: 'capitalizeFirstChar' })} - : + {t('auth:node.custom_many', { postProcess: 'capitalizeAll' })} @@ -819,7 +817,6 @@ export const NotAuthenticated = ({ > @@ -828,10 +825,10 @@ export const NotAuthenticated = ({