Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
fix bio width
Browse files Browse the repository at this point in the history
  • Loading branch information
alantoa committed Oct 13, 2023
1 parent bcca9f5 commit d7cc417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/components/profile/profile-top.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const ProfileTop = ({
}, []);
if (isProfileMdScreen) {
return (
<View tw="px-7">
<View tw="pl-7">
<View tw="flex-row items-center">
<Animated.View
style={[
Expand Down

0 comments on commit d7cc417

Please sign in to comment.