Skip to content

Commit

Permalink
fix(#588): a11y - vocalized focus for variants of lists
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
  • Loading branch information
pylapp committed Jan 31, 2024
1 parent 5bf5642 commit 1a9ca40
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ struct ListVariants: View {
var body: some View {
VariantEntryItem(title: "screens.components.lists.variant.standard_lists", technicalElement: "ODSListItem()") {
ListItemStandardVariant(model: ListItemStandardVariantModel())
.navigationTitle("screens.components.lists.variant.standard_lists")
.odsNavigationTitle("screens.components.lists.variant.standard_lists".🌐)
}
VariantEntryItem(title: "screens.components.lists.variant.with_selections", technicalElement: "ODSListItem()") {
ListItemSelectionVariant(model: ListItemSelectionVariantModel())
.navigationTitle("screens.components.lists.variant.with_selections")
.odsNavigationTitle("screens.components.lists.variant.with_selections".🌐)
}
}
}
Expand Down

0 comments on commit 1a9ca40

Please sign in to comment.