Skip to content

Commit

Permalink
review : removed unrelated code
Browse files Browse the repository at this point in the history
  • Loading branch information
Tayebsed93 committed Oct 18, 2024
1 parent 1755dbe commit ab10384
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ struct ThemeSelectionButton: View {
.pickerStyle(.automatic)
} label: {
Image(systemName: "paintpalette")
.accessibilityLabel("app_common_theme_image_a11y")
}
.foregroundColor(themeProvider.currentTheme.colorContentBrandPrimary.color(for: colorScheme))
}
Expand Down
1 change: 0 additions & 1 deletion Showcase/Showcase/Pages/Utils/ShowcaseElementsPage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ struct ShowcaseElementsPage: View {
Card(
title: Text(LocalizedStringKey(element.name)),
icon: Image(element.imageName))
.accessibilityLabel(element.id)
.accessibilityFocused($requestFocus, equals: .some(id: element.id))
.oudsRequestAccessibleFocus(_requestFocus, for: .some(id: elements[0].id))
}
Expand Down
3 changes: 0 additions & 3 deletions Showcase/Showcase/Resources/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
// Software description: A SwiftUI components library with code examples for Orange Unified Design System
//

// MARK: - Common
"app_common_theme_image_a11y" = "Choose a theme";

// MARK: - bottomBar

"app_bottomBar_components" = "Components";
Expand Down

0 comments on commit ab10384

Please sign in to comment.