File tree Expand file tree Collapse file tree 3 files changed +4
-17
lines changed Expand file tree Collapse file tree 3 files changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -260,8 +260,7 @@ styles="{
260
260
room: {
261
261
colorUsername: '#0a0a0a',
262
262
colorMessage: '#67717a',
263
- colorTimestamp: '#a2aeb8',
264
- colorNewDot: '#1976d2'
263
+ colorTimestamp: '#a2aeb8'
265
264
},
266
265
267
266
emoji: {
Original file line number Diff line number Diff line change 59
59
<span v-if =" room.lastMessage.seen" >
60
60
<svg-icon name =" checkmark" class =" icon-check" />
61
61
</span >
62
- <span v-if =" room.lastMessage.new" class =" dot-new" ></span >
63
62
<span >{{ room.lastMessage.content }}</span >
64
63
</div >
65
64
</div >
@@ -262,15 +261,7 @@ input {
262
261
263
262
.message-new {
264
263
color : var (--chat-room-color-username );
265
- }
266
-
267
- .dot-new {
268
- height : 8px ;
269
- width : 8px ;
270
- background-color : var (--chat-room-color-new-dot );
271
- border-radius : 50% ;
272
- display : inline-block ;
273
- margin : 0 5px 0 0 ;
264
+ font-weight : 500 ;
274
265
}
275
266
276
267
.text-date {
Original file line number Diff line number Diff line change @@ -78,8 +78,7 @@ export const defaultThemeStyles = {
78
78
room : {
79
79
colorUsername : '#0a0a0a' ,
80
80
colorMessage : '#67717a' ,
81
- colorTimestamp : '#a2aeb8' ,
82
- colorNewDot : '#1976d2'
81
+ colorTimestamp : '#a2aeb8'
83
82
} ,
84
83
85
84
emoji : {
@@ -187,8 +186,7 @@ export const defaultThemeStyles = {
187
186
room : {
188
187
colorUsername : '#fff' ,
189
188
colorMessage : '#6c7278' ,
190
- colorTimestamp : '#6c7278' ,
191
- colorNewDot : '#1976d2'
189
+ colorTimestamp : '#6c7278'
192
190
} ,
193
191
194
192
emoji : {
@@ -306,7 +304,6 @@ export const cssThemeVars = ({
306
304
'--chat-room-color-username' : room . colorUsername ,
307
305
'--chat-room-color-message' : room . colorMessage ,
308
306
'--chat-room-color-timestamp' : room . colorTimestamp ,
309
- '--chat-room-color-new-dot' : room . colorNewDot ,
310
307
311
308
// emoji
312
309
'--chat-emoji-bg-color' : emoji . background ,
You can’t perform that action at this time.
0 commit comments