Skip to content

Commit

Permalink
(docs) fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine92190 committed Apr 23, 2020
1 parent 157db5b commit 4d76f81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ messageActions="[
]"
```

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

```javascript
textMessages="{
Expand Down Expand Up @@ -272,7 +272,7 @@ styles="{
colorMessage: '#67717a',
colorTimestamp: '#a2aeb8',
colorStateOnline: '#4caf50',
colorStateOffline: '#ccc'
colorStateOffline: '#ccc'
},
emoji: {
Expand All @@ -297,8 +297,8 @@ styles="{
pencil: '#9e9e9e',
checkmark: '#0696c7',
eye: '#fff',
dropdownMessage: '#fff',
dropdownMessageBackground: 'rgba(0, 0, 0, 0.25)',
dropdownMessage: '#fff',
dropdownMessageBackground: 'rgba(0, 0, 0, 0.25)',
dropdownScroll: '#0a0a0a'
}
}"
Expand Down

0 comments on commit 4d76f81

Please sign in to comment.