Skip to content

Commit aa70a34

Browse files
authored
build: add ariaLabel to bottom sheet demo (#23601)
1 parent 2f655c9 commit aa70a34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dev-app/bottom-sheet/bottom-sheet-demo.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ export class BottomSheetDemo {
2626
hasBackdrop: defaultConfig.hasBackdrop,
2727
disableClose: defaultConfig.disableClose,
2828
backdropClass: defaultConfig.backdropClass,
29-
direction: 'ltr'
29+
direction: 'ltr',
30+
ariaLabel: 'Example bottom sheet'
3031
};
3132

3233
@ViewChild(TemplateRef) template: TemplateRef<any>;

0 commit comments

Comments
 (0)