diff --git a/app/mobile/src/session/Session.jsx b/app/mobile/src/session/Session.jsx index 713ca22a..4a2e1548 100644 --- a/app/mobile/src/session/Session.jsx +++ b/app/mobile/src/session/Session.jsx @@ -101,7 +101,7 @@ export function Session() { // drawered containers const CardDrawerContent = ({ navigation, setContact, openRegistry }) => { return ( - + ) diff --git a/app/mobile/src/session/cards/Cards.jsx b/app/mobile/src/session/cards/Cards.jsx index 387eaff6..555ba4a4 100644 --- a/app/mobile/src/session/cards/Cards.jsx +++ b/app/mobile/src/session/cards/Cards.jsx @@ -29,7 +29,7 @@ export function Cards({ openRegistry }) { autoCapitalize="none" placeholderTextColor={Colors.disabled} placeholder="Contacts" /> - + New @@ -53,8 +53,8 @@ export function Cards({ openRegistry }) { - - + + @@ -64,14 +64,6 @@ export function Cards({ openRegistry }) { renderItem={({ item }) => } keyExtractor={item => item.cardId} /> - { !state.tabbed && ( - - openRegistry()}> - - Find Contacts - - - )} ); } diff --git a/app/mobile/src/session/cards/Cards.styled.js b/app/mobile/src/session/cards/Cards.styled.js index 07c1b678..78714eb4 100644 --- a/app/mobile/src/session/cards/Cards.styled.js +++ b/app/mobile/src/session/cards/Cards.styled.js @@ -76,7 +76,7 @@ export const styles = StyleSheet.create({ }, add: { backgroundColor: Colors.primary, - marginLeft: 16, + marginLeft: 8, display: 'flex', flexDirection: 'row', alignItems: 'center',