Improvements to UI in web logged-out views (#1341)
* Add LoggedOutLayout for desktop/tablet web * Avoid screen flash in the transition to onboarding * Fix comment
This commit is contained in:
parent
a498acab6e
commit
04992f14f1
6 changed files with 239 additions and 120 deletions
|
|
@ -93,6 +93,7 @@ function validWebLink(url?: string): string | undefined {
|
|||
|
||||
const styles = StyleSheet.create({
|
||||
policies: {
|
||||
flexDirection: 'row',
|
||||
gap: 8,
|
||||
},
|
||||
errorIcon: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue