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

* fix(chat): fixed error message colors

* fix(chat): changed error message background color
pull/14595/head jitsi-meet_9414
Ilayda Dastan 1 year ago committed by GitHub
parent 5282274856
commit 79891419af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      css/_chat.scss
  2. 2
      react/features/chat/components/web/ChatMessage.tsx

@ -102,7 +102,7 @@
}
.usermessage {
color: red;
color: #ffffff;
padding: 0;
}
}

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

Loading…
Cancel
Save