feat(ui): update suggested profiles interstitial top padding 16 -> 12
This commit is contained in:
committed by
Austin McKinley
parent
4cd76a7135
commit
87885cdb80
@@ -333,7 +333,7 @@ export function ProfileGrid({
|
|||||||
<View
|
<View
|
||||||
style={[
|
style={[
|
||||||
a.p_lg,
|
a.p_lg,
|
||||||
a.pb_xs,
|
a.py_md,
|
||||||
a.flex_row,
|
a.flex_row,
|
||||||
a.align_center,
|
a.align_center,
|
||||||
a.justify_between,
|
a.justify_between,
|
||||||
@@ -349,7 +349,7 @@ export function ProfileGrid({
|
|||||||
</View>
|
</View>
|
||||||
|
|
||||||
{gtMobile ? (
|
{gtMobile ? (
|
||||||
<View style={[a.flex_1, a.px_lg, a.pt_sm, a.pb_lg, a.gap_md]}>
|
<View style={[a.flex_1, a.px_lg, a.pb_lg, a.gap_md]}>
|
||||||
<View style={[a.flex_1, a.flex_row, a.flex_wrap, a.gap_sm]}>
|
<View style={[a.flex_1, a.flex_row, a.flex_wrap, a.gap_sm]}>
|
||||||
{content}
|
{content}
|
||||||
</View>
|
</View>
|
||||||
@@ -372,7 +372,7 @@ export function ProfileGrid({
|
|||||||
showsHorizontalScrollIndicator={false}
|
showsHorizontalScrollIndicator={false}
|
||||||
snapToInterval={MOBILE_CARD_WIDTH + a.gap_md.gap}
|
snapToInterval={MOBILE_CARD_WIDTH + a.gap_md.gap}
|
||||||
decelerationRate="fast">
|
decelerationRate="fast">
|
||||||
<View style={[a.px_lg, a.pt_sm, a.pb_lg, a.flex_row, a.gap_md]}>
|
<View style={[a.px_lg, a.pb_lg, a.flex_row, a.gap_md]}>
|
||||||
{content}
|
{content}
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Reference in New Issue
Block a user