79822510

Date: 2025-11-17 16:04:18
Score: 1.5
Natty:
Report link
VStack {
    Text("some text")
        Button("Ok") {}
            .foregroundColor(.cyan)
            .padding()
    }
    .padding()
    .background(.red)
    .cornerRadius(20)
    .overlay(
        RoundedRectangle(cornerRadius: 20)
            .stroke(Color.blue, lineWidth: 5)
    )
}

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Blerd