Merge pull request #538 from vvisionnn/main

fix: xcode list row text hidden on macOS 14.4
This commit is contained in:
Matt Kiazyk 2024-03-17 09:13:03 -05:00 committed by GitHub
commit 91b24fc162
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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))
}