Skip to content

Commit

Permalink
Merge pull request #38274 from software-mansion-labs/@kosmydel/fix-ga…
Browse files Browse the repository at this point in the history
…p-ideal-nav-v2

[Ideal Nav v2] Fix avatar alignment and bottom gap
  • Loading branch information
robertjchen authored Mar 14, 2024
2 parents 7b1cc3b + 6eca76d commit aa46730
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/pages/settings/InitialSettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -439,11 +439,12 @@ function InitialSettingsPage({session, userWallet, bankAccountList, fundList, wa

return (
<ScreenWrapper
style={[styles.w100, styles.pt4]}
style={[styles.w100]}
includePaddingTop={false}
includeSafeAreaPaddingBottom={false}
testID={InitialSettingsPage.displayName}
>
<ScrollView style={styles.w100}>
<ScrollView style={[styles.w100, styles.pt4]}>
{headerContent}
{accountMenuItems}
{workspaceMenuItems}
Expand Down
4 changes: 2 additions & 2 deletions src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1441,8 +1441,8 @@ const styles = (theme: ThemeColors) =>

sidebarAvatar: {
borderRadius: 28,
height: variables.componentSizeSmall,
width: variables.componentSizeSmall,
height: 28,
width: 28,
},

selectedAvatarBorder: {
Expand Down

0 comments on commit aa46730

Please sign in to comment.