My #swiftui TabView's edges happily ignore the safe area. That's needed to have the little squares not be cut off by the safe areas.

Is there any way to still add a little space between page and home indicator?

This obviously doesn't look great.

@marcel I believe what I enses up doing in a home project was having 2 TabViews. One for the actual content (with no indicators) then another one for just the indicatora, without content. That way you can place it anyway I wanted 😅🤓
@marcel after that, then I realise it woukd be more fun to have a cuatom component as an indicator view.