This commit is contained in:
Kylmakalle 2025-03-17 00:55:20 +02:00
parent 666af64c18
commit 2b7357d1fe

View File

@ -738,9 +738,11 @@ struct FeatureRow<IconContent: View>: View {
}
Spacer()
Image(systemName: "chevron.right")
.font(.system(size: 12, weight: .semibold))
.foregroundColor(.secondary)
if #available(iOS 14.0, *) {
Image(systemName: "chevron.right")
.font(.system(size: 12, weight: .semibold))
.foregroundColor(.secondary)
} // Descriptions are not available on iOS 13
}
.padding()
.background(