Skip to content

Commit 4d76f81

Browse files
committed
(docs) fix spacing
1 parent 157db5b commit 4d76f81

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
@@ -170,7 +170,7 @@ messageActions="[
170170
]"
171171
```
172172

173-
(7) `textMessages` can be used to replace default texts. Ex:
173+
(7) `textMessages` can be used to replace default i18n texts. Ex:
174174

175175
```javascript
176176
textMessages="{
@@ -272,7 +272,7 @@ styles="{
272272
colorMessage: '#67717a',
273273
colorTimestamp: '#a2aeb8',
274274
colorStateOnline: '#4caf50',
275-
colorStateOffline: '#ccc'
275+
colorStateOffline: '#ccc'
276276
},
277277
278278
emoji: {
@@ -297,8 +297,8 @@ styles="{
297297
pencil: '#9e9e9e',
298298
checkmark: '#0696c7',
299299
eye: '#fff',
300-
dropdownMessage: '#fff',
301-
dropdownMessageBackground: 'rgba(0, 0, 0, 0.25)',
300+
dropdownMessage: '#fff',
301+
dropdownMessageBackground: 'rgba(0, 0, 0, 0.25)',
302302
dropdownScroll: '#0a0a0a'
303303
}
304304
}"

0 commit comments

Comments
 (0)