Port over same fix to ProfileCard

This commit is contained in:
Eric Bailey
2024-06-28 10:40:02 -05:00
parent 09b803a639
commit f7decb0044
+1 -1
View File
@@ -80,7 +80,7 @@ export function Outer({
}: { }: {
children: React.ReactElement | React.ReactElement[] children: React.ReactElement | React.ReactElement[]
}) { }) {
return <View style={[a.flex_1, a.gap_xs]}>{children}</View> return <View style={[a.w_full, a.flex_1, a.gap_xs]}>{children}</View>
} }
export function Header({ export function Header({