fix(chat): fixed error message colors (#14574)

* fix(chat): fixed error message colors

* fix(chat): changed error message background color
This commit is contained in:
Ilayda Dastan
2024-04-03 16:00:17 +03:00
committed by GitHub
parent 5282274856
commit 79891419af
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ const useStyles = makeStyles()((theme: Theme) => {
},
'&.error': {
backgroundColor: 'rgb(215, 121, 118)',
backgroundColor: theme.palette.actionDanger,
borderRadius: 0,
fontWeight: 100
},