mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-31 09:55:53 +00:00
Merge pull request #538 from vvisionnn/main
fix: xcode list row text hidden on macOS 14.4
This commit is contained in:
commit
91b24fc162
1 changed files with 1 additions and 1 deletions
|
|
@ -63,11 +63,11 @@ struct PlatformsPocket: View {
|
|||
Image(systemName: "square.3.layers.3d")
|
||||
.font(.title3.weight(.medium))
|
||||
Text("PlatformsDescription")
|
||||
Spacer()
|
||||
}
|
||||
.font(.body.weight(.medium))
|
||||
.padding(.horizontal)
|
||||
.padding(.vertical, 12)
|
||||
.frame(maxWidth: .infinity, alignment: .leading)
|
||||
.background(.quaternary.opacity(0.75))
|
||||
.clipShape(RoundedRectangle(cornerRadius: 8, style: .continuous))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue