added theme to icons

This commit is contained in:
2025-04-28 10:24:14 +03:00
parent 08f38bad92
commit efc83c89aa
9 changed files with 31 additions and 32 deletions

View File

@@ -226,7 +226,7 @@ export const RegisterName = ({
>
<ErrorIcon
sx={{
color: 'white',
color: theme.palette.text.primary,
}}
/>
<Typography>
@@ -248,7 +248,7 @@ export const RegisterName = ({
>
<CheckIcon
sx={{
color: 'white',
color: theme.palette.text.primary,
}}
/>
<Typography>{registerNameValue} is available</Typography>
@@ -264,7 +264,7 @@ export const RegisterName = ({
>
<ErrorIcon
sx={{
color: 'white',
color: theme.palette.text.primary,
}}
/>
<Typography>{registerNameValue} is unavailable</Typography>
@@ -298,7 +298,7 @@ export const RegisterName = ({
<ListItemIcon>
<RadioButtonCheckedIcon
sx={{
color: 'white',
color: theme.palette.text.primary,
}}
/>
</ListItemIcon>
@@ -308,7 +308,7 @@ export const RegisterName = ({
<ListItemIcon>
<RadioButtonCheckedIcon
sx={{
color: 'white',
color: theme.palette.text.primary,
}}
/>
</ListItemIcon>