Skip to content

Commit 2b61eb6

Browse files
andrewseguinjelbourn
authored andcommitted
fix(datepicker): backdrop class should be mat- (#7056)
1 parent d2ceb2c commit 2b61eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/datepicker/datepicker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ export class MdDatepicker<D> implements OnDestroy {
335335
const overlayState = new OverlayConfig({
336336
positionStrategy: this._createPopupPositionStrategy(),
337337
hasBackdrop: true,
338-
backdropClass: 'md-overlay-transparent-backdrop',
338+
backdropClass: 'mat-overlay-transparent-backdrop',
339339
direction: this._dir ? this._dir.value : 'ltr',
340340
scrollStrategy: this._scrollStrategy()
341341
});

0 commit comments

Comments
 (0)