Browse Source

small layout fix

Viktoriia 11 months ago
parent
commit
acae3d3ef9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/screens/InAppScreens/ProfileScreen/index.tsx

+ 1 - 1
src/screens/InAppScreens/ProfileScreen/index.tsx

@@ -203,7 +203,7 @@ const ProfileScreen: FC<Props> = ({ navigation, route }) => {
           <View style={{ gap: 5, flex: 1 }}>
             <View style={{ height: 34 }}></View>
             <View style={styles.nameRow}>
-              <Text style={[styles.headerText, { fontSize: getFontSize(18), flex: 0 }]}>
+              <Text style={[styles.headerText, { fontSize: getFontSize(18) }]}>
                 {data.user_data.first_name} {data.user_data.last_name}
               </Text>
               {isFriend === 1 && token && data.own_profile === 0 ? (