- {/* TODO: We need to have a way to display this title only for screen readers so we can improve accessibility */}
- {/*
Sources
*/}
+
Sources
Title title title
diff --git a/packages/ui-stencil/src/styles/globals.scss b/packages/ui-stencil/src/styles/globals.scss
index a48f93a1..31f24bf8 100644
--- a/packages/ui-stencil/src/styles/globals.scss
+++ b/packages/ui-stencil/src/styles/globals.scss
@@ -23,4 +23,8 @@
&.theme-dark {
@include mapToCustomProperties($theme-colors-dark);
}
+
+ .sr-only {
+ @include screen-reader-only();
+ }
}