mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
small adjustments
This commit is contained in:
parent
805f754bc8
commit
79c1f67811
1 changed files with 3 additions and 3 deletions
|
|
@ -43,7 +43,7 @@ struct XcodeListView: View {
|
|||
XcodeListViewRow(xcode: xcode, selected: selectedXcodeID == xcode.id, appState: appState)
|
||||
}
|
||||
.listStyle(.sidebar)
|
||||
.safeAreaInset(edge: .bottom, spacing: 10) {
|
||||
.safeAreaInset(edge: .bottom, spacing: 0) {
|
||||
PlatformsPocket()
|
||||
.padding()
|
||||
}
|
||||
|
|
@ -59,11 +59,11 @@ struct PlatformsPocket: View {
|
|||
) {
|
||||
VStack(spacing: 5) {
|
||||
Image(systemName: "square.3.layers.3d")
|
||||
.font(.largeTitle)
|
||||
.font(.title)
|
||||
Text("Platforms")
|
||||
.font(.callout)
|
||||
}
|
||||
.frame(width: 100, height: 75)
|
||||
.frame(width: 70, height: 70)
|
||||
.background(.quaternary)
|
||||
.clipShape(RoundedRectangle(cornerRadius: 5, style: .continuous))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue