ordering-ui-react-native 0.18.67 → 0.18.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -161,7 +161,7 @@ const ProfileListUI = (props: ProfileParams) => {
|
|
|
161
161
|
}, [removeAccountState])
|
|
162
162
|
|
|
163
163
|
return (
|
|
164
|
-
<View style={{ flex: 1, height:
|
|
164
|
+
<View style={{ flex: 1, height: '100%', paddingTop: 20 }}>
|
|
165
165
|
<CenterView style={styles.pagePadding}>
|
|
166
166
|
{user?.photo && !hideProfileImage && (
|
|
167
167
|
<View style={styles.photo}>
|
|
@@ -261,7 +261,7 @@ const ProfileListUI = (props: ProfileParams) => {
|
|
|
261
261
|
)}
|
|
262
262
|
</Actions>
|
|
263
263
|
|
|
264
|
-
<Actions>
|
|
264
|
+
<Actions style={{ paddingTop: height * .02 }}>
|
|
265
265
|
{!showLanguages && (
|
|
266
266
|
<LanguageSelector iconColor={theme.colors.textNormal} pickerStyle={langPickerStyle} />
|
|
267
267
|
)}
|