Previously, the dynamic island had smaller side margins (Screenshot A) which looks apt, however after updating the Xcode the side margins looks too wider (Screenshot B).
I already tried using .contentMargins(.all, 0, for: .compactLeading)
and .contentMargins(.all, 0, for: .compactTrailing)
, but it rather end up slicing the icons instead.
Thanks!