Skip to content

Commit 4b0c7e4

Browse files
committed
(docs) update theme colors
1 parent 9abf2e3 commit 4b0c7e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ colors="{
187187
messageDateBg: 'rgba(33, 148, 243, 0.15)',
188188
messageDateColor: '#505a62',
189189
messageTextColor: '#0a0a0a',
190-
messageReplyBg: '#f0f0f0',
191-
messageReplyUsernameColor: '#9ca6af',
192-
messageReplyContentColor: '#0a0a0a',
190+
messageReplyBg: 'rgba(0, 0, 0, 0.08)',
191+
messageReplyUsernameColor: '#0a0a0a',
192+
messageReplyContentColor: '#6e6e6e',
193193
roomLastMessage: '#67717a',
194194
roomTimestamp: '#a2aeb8',
195195
textColor: '#0a0a0a',
@@ -213,7 +213,7 @@ colors="{
213213
pencil: '#9e9e9e',
214214
checkmark: '#0696c7',
215215
eye: '#fff',
216-
dropdown: '#9e9e9e'
216+
dropdown: '#fff'
217217
}
218218
}"
219219
```

0 commit comments

Comments
 (0)