Select account redesign (#8905)
* new designs for select account * tweak web styles * add logged out indicator * unify helper function * move error, try catch
This commit is contained in:
@@ -41,7 +41,7 @@ export function SwitchAccountDialog({
|
||||
}, [setShowLoggedOut, control])
|
||||
|
||||
return (
|
||||
<Dialog.Outer control={control}>
|
||||
<Dialog.Outer control={control} nativeOptions={{preventExpansion: true}}>
|
||||
<Dialog.Handle />
|
||||
<Dialog.ScrollableInner label={_(msg`Switch Account`)}>
|
||||
<View style={[a.gap_lg]}>
|
||||
|
||||
Reference in New Issue
Block a user