Remove borders on skeleton

This commit is contained in:
Eric Bailey
2025-06-10 14:47:48 -05:00
parent 54944cf0b7
commit 86ce3b6df6
@@ -365,15 +365,12 @@ function SubtleHover({children}: {children: React.ReactNode}) {
}
export function ThreadItemPostSkeleton({index}: {index: number}) {
const t = useTheme()
const even = index % 2 === 0
return (
<View
style={[
{paddingHorizontal: OUTER_SPACE, paddingVertical: OUTER_SPACE / 1.5},
a.gap_md,
a.border_t,
t.atoms.border_contrast_low,
]}>
<Skele.Row style={[a.align_start, a.gap_md]}>
<Skele.Circle size={LINEAR_AVI_WIDTH} />