Skip to content

Commit ebfb4e8

Browse files
authored
Merge pull request #156 from Detaysoft/rce-citem-status
User profil photo border pixel error repaired
2 parents 23d6aa6 + 38cc10c commit ebfb4e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-chat-elements",
3-
"version": "10.16.0",
3+
"version": "10.16.1",
44
"description": "Reactjs chat components",
55
"author": "Avare Kodcu <[email protected]>",
66
"main": "dist/main.js",

src/ChatItem/ChatItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export class ChatItem extends Component {
7171
<span
7272
className='rce-citem-status'
7373
style={statusColorType === 'encircle' ? {
74-
boxShadow: `inset 0 0 0 2px ${this.props.statusColor}, inset 0 0 0 5px #FFFFFF`
74+
border: `solid 2px ${this.props.statusColor}`
7575
} : {
7676
backgroundColor: this.props.statusColor,
7777
}}>

0 commit comments

Comments
 (0)