diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/FeedInterstitials.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index e4419838d..9bdfcbc5e 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -308,10 +308,8 @@ export function ProfileGrid({ <CardOuter style={[ a.flex_1, - a.border, - t.atoms.border_contrast_low, - (hovered || pressed) && t.atoms.border_contrast_high, t.atoms.shadow_sm, + (hovered || pressed) && t.atoms.border_contrast_high, ]}> <ProfileCard.Outer> <View |