We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23d6aa6 + 38cc10c commit ebfb4e8Copy full SHA for ebfb4e8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-chat-elements",
3
- "version": "10.16.0",
+ "version": "10.16.1",
4
"description": "Reactjs chat components",
5
"author": "Avare Kodcu <[email protected]>",
6
"main": "dist/main.js",
src/ChatItem/ChatItem.js
@@ -71,7 +71,7 @@ export class ChatItem extends Component {
71
<span
72
className='rce-citem-status'
73
style={statusColorType === 'encircle' ? {
74
- boxShadow: `inset 0 0 0 2px ${this.props.statusColor}, inset 0 0 0 5px #FFFFFF`
+ border: `solid 2px ${this.props.statusColor}`
75
} : {
76
backgroundColor: this.props.statusColor,
77
}}>
0 commit comments