Skip to content

Commit

Permalink
remove color style
Browse files Browse the repository at this point in the history
  • Loading branch information
grgia committed Jul 28, 2023
1 parent 109bde6 commit ede6ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SubscriptAvatar.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function SubscriptAvatar(props) {
>
<View>
<Avatar
containerStyles={StyleUtils.getAvatarStyle(props.size || CONST.AVATAR_SIZE.DEFAULT)}
containerStyles={StyleUtils.getWidthAndHeightStyle(StyleUtils.getAvatarSize(props.size || CONST.AVATAR_SIZE.DEFAULT))}
source={props.mainAvatar.source}
size={props.size || CONST.AVATAR_SIZE.DEFAULT}
name={props.mainAvatar.name}
Expand Down

0 comments on commit ede6ee7

Please sign in to comment.