Skip to content

Commit e70a149

Browse files
committed
(UI) better message emoji color
1 parent 1f2c6f5 commit e70a149

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ChatWindow/Message.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ export default {
675675
height: 40px;
676676
677677
.blur-container {
678-
background: rgba(255, 255, 255, 0.7);
678+
background: rgba(255, 255, 255, 0.6);
679679
border-bottom-left-radius: 15px;
680680
}
681681
}

src/themes/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export const defaultThemeStyles = {
100100
send: '#1976d2',
101101
sendDisabled: '#9ca6af',
102102
emoji: '#1976d2',
103-
emojiReaction: '#828c94',
103+
emojiReaction: 'rgba(0, 0, 0, 0.3)',
104104
document: '#1976d2',
105105
pencil: '#9e9e9e',
106106
checkmark: '#0696c7',
@@ -211,7 +211,7 @@ export const defaultThemeStyles = {
211211
send: '#fff',
212212
sendDisabled: '#646a70',
213213
emoji: '#fff',
214-
emojiReaction: '#ebedf2',
214+
emojiReaction: 'rgba(0, 0, 0, 0.3)',
215215
document: '#1976d2',
216216
pencil: '#ebedf2',
217217
checkmark: '#f0d90a',

0 commit comments

Comments
 (0)