my fork of the bluesky client

Fix alignment of cancel button on search (#5520)

authored by hailey.at and committed by

GitHub bcd096b8 d8f72c1e

+3 -3
+3 -3
src/view/screens/Search/Search.tsx
··· 845 845 a.gap_sm, 846 846 t.atoms.bg, 847 847 web({ 848 - height: headerHeight, 848 + height: headerHeight + a.mb_sm.marginBottom, 849 849 position: 'sticky', 850 850 top: 0, 851 851 zIndex: 1, 852 852 }), 853 853 ]} 854 854 sideBorders={gtMobile}> 855 - <View style={[a.flex_row, a.gap_sm]}> 855 + <View style={[a.flex_row, a.gap_sm, a.mb_sm]}> 856 856 {!gtMobile && ( 857 857 <Button 858 858 testID="viewHeaderBackOrMenuBtn" ··· 985 985 const t = useThemeNew() 986 986 987 987 return ( 988 - <View style={[a.flex_1, a.mb_sm]}> 988 + <View style={[a.flex_1]}> 989 989 <TextField.Root> 990 990 <TextField.Icon icon={MagnifyingGlass} /> 991 991 <TextField.Input