feat(ui): add dropshadow to suggested profile card
This commit is contained in:
committed by
Austin McKinley
parent
490f9656d3
commit
bb824f152b
@@ -282,6 +282,7 @@ export function ProfileGrid({
|
|||||||
style={[
|
style={[
|
||||||
a.flex_1,
|
a.flex_1,
|
||||||
(hovered || pressed) && t.atoms.border_contrast_high,
|
(hovered || pressed) && t.atoms.border_contrast_high,
|
||||||
|
t.atoms.shadow_sm,
|
||||||
]}>
|
]}>
|
||||||
<ProfileCard.Outer>
|
<ProfileCard.Outer>
|
||||||
<ProfileCard.Header>
|
<ProfileCard.Header>
|
||||||
@@ -372,7 +373,8 @@ export function ProfileGrid({
|
|||||||
horizontal
|
horizontal
|
||||||
showsHorizontalScrollIndicator={false}
|
showsHorizontalScrollIndicator={false}
|
||||||
snapToInterval={MOBILE_CARD_WIDTH + a.gap_md.gap}
|
snapToInterval={MOBILE_CARD_WIDTH + a.gap_md.gap}
|
||||||
decelerationRate="fast">
|
decelerationRate="fast"
|
||||||
|
style={[a.overflow_visible]}>
|
||||||
<View style={[a.px_lg, 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}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user