Text() is adding extra leading trailing padding SwiftUI – Ios swift
Hi Im creating this design, with swiftUI but I can't figure out why the Text() is adding more padding to the string value, I just want it to the leading trailing, like margins Design: Result: Code: struct ProductDetailSwiftUIView: View {…