VStack {
    Label("text", systemImage: "pills.fill")
        .foregroundColor(.orange)
        .font(.title3)
}
.background(RoundedRectangle(cornerRadius: 25.0).foregroundColor(.orange).opacity(0.05))