Skip to content

Commit 5d8beb0

Browse files
committed
fix(dev-app): add ariaLabel to bottom sheet demo
1 parent fe77542 commit 5d8beb0

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)