Skip to content

Commit

Permalink
chore: changed connect view bottom padding
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Nov 9, 2023
1 parent 3d28e0c commit 3ca9417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scaffold/src/views/w3m-connect-view/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export function ConnectView() {

return (
<ScrollView style={{ paddingHorizontal: padding }} bounces={false}>
<FlexView padding={['xs', 's', '3xl', 's']}>
<FlexView padding={['xs', 's', '2xl', 's']}>
{recentTemplate()}
{installedTemplate()}
{featuredTemplate()}
Expand Down

0 comments on commit 3ca9417

Please sign in to comment.