Skip to content

Commit acac6d3

Browse files
committed
(docs) update readme
1 parent 69faec8 commit acac6d3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ messageActions="[
160160

161161
```javascript
162162
textMessages="{
163+
NEW_MESSAGES: 'Nouveaux messages',
163164
MESSAGE_DELETED: 'Ce message a été supprimé',
164165
MESSAGES_EMPTY: 'Aucun message',
165166
CONVERSATION_STARTED: 'La conversation a commencée le :',
@@ -189,7 +190,8 @@ colors="{
189190
},
190191
191192
footer: {
192-
background: '#f0f0f0',
193+
background: 'none',
194+
borderStyleInput: '1px solid #e1e4e8',
193195
borderInputSelected: '#1976d2',
194196
backgroundReply: 'rgba(0, 0, 0, 0.08)'
195197
},
@@ -224,7 +226,8 @@ colors="{
224226
backgroundReply: 'rgba(0, 0, 0, 0.08)',
225227
colorReplyUsername: '#0a0a0a',
226228
colorReply: '#6e6e6e',
227-
backgroundImage: '#ddd'
229+
backgroundImage: '#ddd',
230+
colorNewMessages: '#1976d2'
228231
},
229232
230233
room: {

0 commit comments

Comments
 (0)