mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
a11y
This commit is contained in:
parent
666af64c18
commit
2b7357d1fe
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user