diff --git a/app/client/mobile/src/content/Content.styled.ts b/app/client/mobile/src/content/Content.styled.ts index cbd08ea9..16bc2f07 100644 --- a/app/client/mobile/src/content/Content.styled.ts +++ b/app/client/mobile/src/content/Content.styled.ts @@ -191,7 +191,8 @@ export const styles = StyleSheet.create({ paddingVertical: 6, }, members: { - height: 200, + height: 256, + borderRadius: 4, }, membersContainer: {}, subjectInput: { @@ -208,6 +209,7 @@ export const styles = StyleSheet.create({ }, subjectContainer: { marginBottom: 8, + borderRadius: 4, }, cards: { display: 'flex', diff --git a/app/client/mobile/src/content/Content.tsx b/app/client/mobile/src/content/Content.tsx index 17ca4e32..d82a0f6e 100644 --- a/app/client/mobile/src/content/Content.tsx +++ b/app/client/mobile/src/content/Content.tsx @@ -152,7 +152,7 @@ export function Content({openConversation, textCard}: {openConversation: ()=>voi - + {state.strings.newTopic} setAdd(false)} /> @@ -219,10 +219,10 @@ export function Content({openConversation, textCard}: {openConversation: ()=>voi )} - - diff --git a/app/client/mobile/src/settings/Settings.tsx b/app/client/mobile/src/settings/Settings.tsx index f1bf31b8..f751f74c 100644 --- a/app/client/mobile/src/settings/Settings.tsx +++ b/app/client/mobile/src/settings/Settings.tsx @@ -657,7 +657,7 @@ export function Settings({showLogout}: {showLogout: boolean}) { - + {state.strings.manageTopics} setSealing(false)} /> {!sealDelete && !sealReset && state.config.sealSet && state.config.sealUnlocked && ( @@ -875,7 +875,7 @@ export function Settings({showLogout}: {showLogout: boolean}) { - + {state.strings.profileDetails} setDetails(false)} /> - + {state.strings.mfaTitle} setAuth(false)} /> {state.strings.mfaSteps} @@ -965,7 +965,7 @@ export function Settings({showLogout}: {showLogout: boolean}) { - + {state.strings.mfaTitle} setClear(false)} /> {state.strings.disablePrompt} @@ -986,7 +986,7 @@ export function Settings({showLogout}: {showLogout: boolean}) { - + {state.strings.changeLogin} setChange(false)} /> - + {state.strings.loggingOut} setLogout(false)} /> @@ -1089,7 +1089,7 @@ export function Settings({showLogout}: {showLogout: boolean}) { - + {state.strings.deleteAccount} setRemove(false)} /> @@ -1120,7 +1120,7 @@ export function Settings({showLogout}: {showLogout: boolean}) { setBlockedMessage(false)}> - + { state.strings.blockedMessages } setBlockedMessage(false)} /> @@ -1151,7 +1151,7 @@ export function Settings({showLogout}: {showLogout: boolean}) { setBlockedChannel(false)}> - + { state.strings.blockedTopics } setBlockedChannel(false)} /> @@ -1182,7 +1182,7 @@ export function Settings({showLogout}: {showLogout: boolean}) { setBlockedContact(false)}> - + { state.strings.blockedContacts } setBlockedContact(false)} />