diff --git a/src/screens/Tabs/Public/Root.tsx b/src/screens/Tabs/Public/Root.tsx index dff28e27..9df1fa08 100644 --- a/src/screens/Tabs/Public/Root.tsx +++ b/src/screens/Tabs/Public/Root.tsx @@ -374,7 +374,10 @@ const Explore = ({ route: { key: page } }: { route: { key: 'Explore' } }) => { {index === remotes?.findIndex(r => r.domain === remoteActive) ? ( - + ) : null} ))} @@ -391,7 +394,7 @@ const Explore = ({ route: { key: page } }: { route: { key: 'Explore' } }) => { - + diff --git a/src/screens/Tabs/Shared/Account/Information/Actions.tsx b/src/screens/Tabs/Shared/Account/Information/Actions.tsx index c312059b..e61da40b 100644 --- a/src/screens/Tabs/Shared/Account/Information/Actions.tsx +++ b/src/screens/Tabs/Shared/Account/Information/Actions.tsx @@ -71,7 +71,7 @@ const AccountInformationActions: React.FC = () => { round type='icon' content='at-sign' - style={{ flex: 1, marginRight: StyleConstants.Spacing.S }} + style={{ marginRight: StyleConstants.Spacing.S }} onPress={() => {}} /> @@ -129,7 +129,7 @@ const styles = StyleSheet.create({ base: { alignSelf: 'flex-end', flexDirection: 'row', - alignItems: 'stretch' + alignItems: 'center' } })