Skip to content

Commit

Permalink
Merge pull request #538 from vvisionnn/main
Browse files Browse the repository at this point in the history
fix: xcode list row text hidden on macOS 14.4
  • Loading branch information
MattKiazyk authored Mar 17, 2024
2 parents 61bee6c + b3fa08b commit 91b24fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Xcodes/Frontend/XcodeList/XcodeListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}
Expand Down

0 comments on commit 91b24fc

Please sign in to comment.