Rounding the rectangle of a view background Nov 25, 2020 VStack { Label("text", systemImage: "pills.fill") .foregroundColor(.orange) .font(.title3) } .background(RoundedRectangle(cornerRadius: 25.0).foregroundColor(.orange).opacity(0.05))