File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
!singleLine && checkType(message, 'inline-code'),
16
16
'vac-text-multiline-code':
17
17
!singleLine && checkType(message, 'multiline-code'),
18
- 'vac-text-tag': !reply && checkType(message, 'tag')
18
+ 'vac-text-tag': !singleLine && ! reply && checkType(message, 'tag')
19
19
}"
20
20
:href =" message.href"
21
21
:target =" message.href ? '_blank' : null"
Original file line number Diff line number Diff line change @@ -946,7 +946,7 @@ export default {
946
946
this .$emit (' open-file' , { message, action })
947
947
},
948
948
openUserTag (user ) {
949
- this .$emit (' open-user-tag' , { user } )
949
+ this .$emit (' open-user-tag' , user)
950
950
},
951
951
menuActionHandler (action ) {
952
952
this .closeMenu ()
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ export const defaultThemeStyles = {
131
131
color : '#fff' ,
132
132
backgroundInput : '#202223' ,
133
133
colorPlaceholder : '#596269' ,
134
- colorCaret : '#1976d2 ' ,
134
+ colorCaret : '#fff ' ,
135
135
colorSpinner : '#fff' ,
136
136
borderStyle : 'none' ,
137
137
backgroundScrollIcon : '#fff'
@@ -177,7 +177,7 @@ export const defaultThemeStyles = {
177
177
178
178
message : {
179
179
background : '#22242a' ,
180
- backgroundMe : '#4fb381 ' ,
180
+ backgroundMe : '#1f7e80 ' ,
181
181
color : '#fff' ,
182
182
colorStarted : '#9ca6af' ,
183
183
backgroundDeleted : '#1b1c21' ,
You can’t perform that action at this time.
0 commit comments