We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ce42e commit 359ad01Copy full SHA for 359ad01
firefox-ios/Client/Frontend/Settings/AppIconSelection/AppIconView.swift
@@ -119,9 +119,9 @@ struct AppIconView: View, ThemeApplicable {
119
.foregroundStyle(themeColors.textPrimary.color)
120
Spacer()
121
if isSelected {
122
+ // swiftlint:disable:next accessibility_label_for_image
123
Image(systemName: UX.checkmarkImageIdentifier)
124
.foregroundStyle(themeColors.actionPrimary.color)
- .accessibilityLabel(selectionImageAccessibilityLabel)
125
}
126
127
.padding(.horizontal, UX.itemPaddingHorizontal)
0 commit comments