Add style to button

This commit is contained in:
Nicola Benaglia
2025-05-25 01:38:08 +02:00
parent 56b09c4294
commit 83219cec26
22 changed files with 155 additions and 21 deletions

View File

@@ -215,7 +215,15 @@ export const RegisterName = ({
aria-labelledby="alert-dialog-title"
aria-describedby="alert-dialog-description"
>
<DialogTitle id="alert-dialog-title">
<DialogTitle
id="alert-dialog-title"
sx={{
textAlign: 'center',
color: theme.palette.text.primary,
fontWeight: 'bold',
opacity: 1,
}}
>
{t('core:action.register_name', {
postProcess: 'capitalizeAll',
})}
@@ -266,6 +274,7 @@ export const RegisterName = ({
color: theme.palette.text.primary,
}}
/>
<Typography>
{t('core:message.generic.name_registration', {
balance: balance ?? 0,