Skip to content

Commit

Permalink
Merge pull request #77 from FlemingVincent/bug/android-avatar-overflo…
Browse files Browse the repository at this point in the history
…w-fix

fix android avatar overflow
  • Loading branch information
gabcoroba authored Dec 3, 2023
2 parents b469f77 + 0063694 commit 1b4cf32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/ui/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const Avatar = ({
}: IAvatarProps) => {
return (
<View>
<View style={[tw`rounded-full overflow-hidden`]}>
<Image
source={
avatar_url
Expand All @@ -26,6 +27,7 @@ export const Avatar = ({
}
style={[tw`w-11 h-11 rounded-full`, style]}
/>
</View>
<View
style={[
tw`absolute top-[-1] left-[-1] w-[1.125rem] h-[1.125rem] rounded-full border-2 border-white`,
Expand Down

0 comments on commit 1b4cf32

Please sign in to comment.