diff options
Diffstat (limited to 'src/screens/Search/Shell.tsx')
-rw-r--r-- | src/screens/Search/Shell.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Search/Shell.tsx b/src/screens/Search/Shell.tsx index e48f3d455..20aafd623 100644 --- a/src/screens/Search/Shell.tsx +++ b/src/screens/Search/Shell.tsx @@ -318,7 +318,7 @@ export function SearchScreenShell({ </Layout.Header.Outer> </View> )} - <View style={[a.px_md, a.pt_sm, a.pb_sm, a.overflow_hidden]}> + <View style={[a.px_lg, a.pt_sm, a.pb_sm, a.overflow_hidden]}> <View style={[a.gap_sm]}> <View style={[a.w_full, a.flex_row, a.align_stretch, a.gap_xs]}> <View style={[a.flex_1]}> |