Skip to content

Commit

Permalink
fix: avatar iamge resize mode on wrong style element
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisTofani committed Mar 28, 2024
1 parent 5edfe37 commit d7f1967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/avatar/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ const styles = StyleSheet.create({
},
avatarInnerWrapper: {
overflow: "hidden",
resizeMode: "contain",
backgroundColor: IOColors.white,
borderCurve: "continuous"
},
avatarImage: {
resizeMode: "contain",
height: "100%",
width: "100%"
}
Expand Down

0 comments on commit d7f1967

Please sign in to comment.