Skip to content

Commit e3fdd44

Browse files
committed
build: default the dev app to M3 (#29871)
Sets the dev app to M3 when landing on it for the first time. (cherry picked from commit 56f7fe5)
1 parent 82d9fe2 commit e3fdd44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dev-app/dev-app/dev-app-state.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function getAppState(): DevAppState {
4444
darkTheme: false,
4545
rippleDisabled: false,
4646
strongFocusEnabled: false,
47-
m3Enabled: false,
47+
m3Enabled: true,
4848
direction: 'ltr',
4949
colorApiBackCompat: true,
5050
};

0 commit comments

Comments
 (0)