Skip to content

Commit 79c1f67

Browse files
committed
small adjustments
1 parent 805f754 commit 79c1f67

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Xcodes/Frontend/XcodeList/XcodeListView.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ struct XcodeListView: View {
4343
XcodeListViewRow(xcode: xcode, selected: selectedXcodeID == xcode.id, appState: appState)
4444
}
4545
.listStyle(.sidebar)
46-
.safeAreaInset(edge: .bottom, spacing: 10) {
46+
.safeAreaInset(edge: .bottom, spacing: 0) {
4747
PlatformsPocket()
4848
.padding()
4949
}
@@ -59,11 +59,11 @@ struct PlatformsPocket: View {
5959
) {
6060
VStack(spacing: 5) {
6161
Image(systemName: "square.3.layers.3d")
62-
.font(.largeTitle)
62+
.font(.title)
6363
Text("Platforms")
6464
.font(.callout)
6565
}
66-
.frame(width: 100, height: 75)
66+
.frame(width: 70, height: 70)
6767
.background(.quaternary)
6868
.clipShape(RoundedRectangle(cornerRadius: 5, style: .continuous))
6969

0 commit comments

Comments
 (0)