We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61bee6c + b3fa08b commit 91b24fcCopy full SHA for 91b24fc
Xcodes/Frontend/XcodeList/XcodeListView.swift
@@ -63,11 +63,11 @@ struct PlatformsPocket: View {
63
Image(systemName: "square.3.layers.3d")
64
.font(.title3.weight(.medium))
65
Text("PlatformsDescription")
66
+ Spacer()
67
}
68
.font(.body.weight(.medium))
69
.padding(.horizontal)
70
.padding(.vertical, 12)
- .frame(maxWidth: .infinity, alignment: .leading)
71
.background(.quaternary.opacity(0.75))
72
.clipShape(RoundedRectangle(cornerRadius: 8, style: .continuous))
73
0 commit comments