feat(chat/settings) - add ephemeral chat notifications with user settings support (#10617)

This commit is contained in:
Mihaela Dumitru
2021-12-17 14:39:15 +02:00
committed by GitHub
parent ce0a044742
commit 8e9034601d
17 changed files with 331 additions and 65 deletions

View File

@@ -86,6 +86,10 @@ const useStyles = theme => {
color: theme.palette.field01
},
'& div.message > span': {
color: theme.palette.link01Active
},
'& .ribbon': {
width: '4px',
height: 'calc(100% - 16px)',