From cfa636c32e9bfa50d762909f9b8c8d2255cd0b10 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Sun, 31 May 2026 10:34:12 +0200 Subject: [PATCH] docs(material/bottom-sheet): update panelClass comment Updates the comment for the bottom sheet to mention the correct element. Fixes #33103. --- src/material/bottom-sheet/bottom-sheet-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/bottom-sheet/bottom-sheet-config.ts b/src/material/bottom-sheet/bottom-sheet-config.ts index dd7b6e5fc737..9f25f53c0f5c 100644 --- a/src/material/bottom-sheet/bottom-sheet-config.ts +++ b/src/material/bottom-sheet/bottom-sheet-config.ts @@ -30,7 +30,7 @@ export class MatBottomSheetConfig { */ injector?: Injector; - /** Extra CSS classes to be added to the bottom sheet container. */ + /** Extra CSS classes to be added to the overlay panel containing the bottom sheet. */ panelClass?: string | string[]; /** Text layout direction for the bottom sheet. */