Skip to content

Commit

Permalink
fix(#588): a11y - vocalized focus for variants of progress indicators
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 a3fa865 commit 5bf5642
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ private struct ProgressIndicatorVariants: View {
var body: some View {
VariantEntryItem(title: "screens.components.progress_indicators.progress_bar.title", technicalElement: "ProgressView(value:, total:)") {
ProgressBarVariant(model: ProgressBarVariantModel())
.navigationTitle("screens.components.progress_indicators.progress_bar.title")
.odsNavigationTitle("screens.components.progress_indicators.progress_bar.title".🌐)
}

VariantEntryItem(title: "screens.components.progress_indicators.activity_bar.title", technicalElement: "ProgressView()") {
ActivityIndicatorVariant(model: ActivityIndicatorModel())
.navigationTitle("screens.components.progress_indicators.activity_bar.title")
.odsNavigationTitle("screens.components.progress_indicators.activity_bar.title".🌐)
}
}
}
Expand Down

0 comments on commit 5bf5642

Please sign in to comment.