Skip to content

Commit 0965904

Browse files
authored
chore(top-app-bar): Deprecated center-aligned top app bar
1 parent c86438b commit 0965904

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

top-app-bar/center-aligned-top-app-bar.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ declare global {
1010
}
1111
}
1212

13+
/**
14+
* @deprecated Due to new M3 expressive design update
15+
*/
1316
@customElement('md-center-aligned-top-app-bar')
1417
export class MdCenterAlignedTopAppBar extends TopAppBar {
1518
static override styles = [sharedStyles, styles];

0 commit comments

Comments
 (0)