We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805f754 commit 79c1f67Copy full SHA for 79c1f67
1 file changed
Xcodes/Frontend/XcodeList/XcodeListView.swift
@@ -43,7 +43,7 @@ struct XcodeListView: View {
43
XcodeListViewRow(xcode: xcode, selected: selectedXcodeID == xcode.id, appState: appState)
44
}
45
.listStyle(.sidebar)
46
- .safeAreaInset(edge: .bottom, spacing: 10) {
+ .safeAreaInset(edge: .bottom, spacing: 0) {
47
PlatformsPocket()
48
.padding()
49
@@ -59,11 +59,11 @@ struct PlatformsPocket: View {
59
) {
60
VStack(spacing: 5) {
61
Image(systemName: "square.3.layers.3d")
62
- .font(.largeTitle)
+ .font(.title)
63
Text("Platforms")
64
.font(.callout)
65
66
- .frame(width: 100, height: 75)
+ .frame(width: 70, height: 70)
67
.background(.quaternary)
68
.clipShape(RoundedRectangle(cornerRadius: 5, style: .continuous))
69
0 commit comments