feat: auto delete message logic

This commit is contained in:
Tristan Yang
2022-12-27 21:29:41 +08:00
parent 1e9665dab2
commit bd12aa0e4d
6 changed files with 105 additions and 19 deletions
+3
View File
@@ -11,6 +11,9 @@ const StyledMsg = styled.div`
&[data-highlight="true"] {
background: #f5f6f7;
}
&.auto_delete {
background: #f1d1ca50;
}
&.pinned {
background: #ecfdff;
}