fix suggested follow card size (#9638)
This commit is contained in:
@@ -56,6 +56,7 @@ function CardOuter({
|
|||||||
const {gtMobile} = useBreakpoints()
|
const {gtMobile} = useBreakpoints()
|
||||||
return (
|
return (
|
||||||
<View
|
<View
|
||||||
|
testID="CardOuter"
|
||||||
style={[
|
style={[
|
||||||
a.flex_1,
|
a.flex_1,
|
||||||
a.w_full,
|
a.w_full,
|
||||||
@@ -575,7 +576,8 @@ export function ProfileGrid({
|
|||||||
suggestedDid: profile.did,
|
suggestedDid: profile.did,
|
||||||
category: null,
|
category: null,
|
||||||
})
|
})
|
||||||
}}>
|
}}
|
||||||
|
style={[a.flex_1]}>
|
||||||
{({hovered, pressed}) => (
|
{({hovered, pressed}) => (
|
||||||
<CardOuter
|
<CardOuter
|
||||||
style={[
|
style={[
|
||||||
|
|||||||
Reference in New Issue
Block a user