fix: sidebar missing text on MacOS 14.4

This commit is contained in:
Matt Kiazyk 2024-03-16 23:48:38 -05:00
parent 61bee6c84f
commit 6d8563e981

View file

@ -65,7 +65,7 @@ struct PlatformsPocket: View {
Text("PlatformsDescription")
}
.font(.body.weight(.medium))
.padding(.horizontal)
.padding(.horizontal, 7) // this can't be > 8 or nil or it messes up the entire sidebar - https://github.com/XcodesOrg/XcodesApp/issues/534 Go ahead - you do you SwiftUI!
.padding(.vertical, 12)
.frame(maxWidth: .infinity, alignment: .leading)
.background(.quaternary.opacity(0.75))