diff --git a/src/components/AvatarWithDisplayName.js b/src/components/AvatarWithDisplayName.js index f1c87ee30316..81eace444de4 100644 --- a/src/components/AvatarWithDisplayName.js +++ b/src/components/AvatarWithDisplayName.js @@ -91,6 +91,7 @@ function AvatarWithDisplayName(props) { const shouldShowSubscriptAvatar = ReportUtils.shouldReportShowSubscript(props.report); const isExpenseRequest = ReportUtils.isExpenseRequest(props.report); const defaultSubscriptSize = isExpenseRequest ? CONST.AVATAR_SIZE.SMALL_NORMAL : props.size; + const avatarBorderColor = props.isAnonymous ? themeColors.highlightBG : themeColors.componentBG; return ( @@ -103,7 +104,7 @@ function AvatarWithDisplayName(props) { > {shouldShowSubscriptAvatar ? ( )} diff --git a/src/components/OptionRow.js b/src/components/OptionRow.js index a07510f7603d..7f6eb0a490b7 100644 --- a/src/components/OptionRow.js +++ b/src/components/OptionRow.js @@ -220,18 +220,14 @@ class OptionRow extends Component { ) : ( ))}