use border_transparent

This commit is contained in:
Samuel Newman
2026-01-27 19:22:56 +02:00
parent c726e3cf67
commit e807e49b09
@@ -119,7 +119,7 @@ export function DraftsListDialog({
<ListFooter <ListFooter
isFetchingNextPage={isFetchingNextPage} isFetchingNextPage={isFetchingNextPage}
hasNextPage={hasNextPage} hasNextPage={hasNextPage}
style={[a.border_0]} style={[a.border_transparent]}
/> />
), ),
[isFetchingNextPage, hasNextPage], [isFetchingNextPage, hasNextPage],