feat(ui): add dropshadow to suggested profile card

This commit is contained in:
Caidan Williams
2025-07-24 18:37:03 -07:00
parent b8a257a1c7
commit e465c9e461
+3 -1
View File
@@ -282,6 +282,7 @@ export function ProfileGrid({
style={[
a.flex_1,
(hovered || pressed) && t.atoms.border_contrast_high,
t.atoms.shadow_sm,
]}>
<ProfileCard.Outer>
<ProfileCard.Header>
@@ -372,7 +373,8 @@ export function ProfileGrid({
horizontal
showsHorizontalScrollIndicator={false}
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]}>
{content}