mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
fix: sidebar missing text on MacOS 14.4
This commit is contained in:
parent
61bee6c84f
commit
6d8563e981
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ struct PlatformsPocket: View {
|
||||||
Text("PlatformsDescription")
|
Text("PlatformsDescription")
|
||||||
}
|
}
|
||||||
.font(.body.weight(.medium))
|
.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)
|
.padding(.vertical, 12)
|
||||||
.frame(maxWidth: .infinity, alignment: .leading)
|
.frame(maxWidth: .infinity, alignment: .leading)
|
||||||
.background(.quaternary.opacity(0.75))
|
.background(.quaternary.opacity(0.75))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue