Skip to content

Commit a214dc1

Browse files
committed
User profile photo borders edited. Used solid border instead of box shadow
1 parent 23d6aa6 commit a214dc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)