Skip to content

Commit

Permalink
build: default the dev app to M3 (angular#29871)
Browse files Browse the repository at this point in the history
Sets the dev app to M3 when landing on it for the first time.
  • Loading branch information
crisbeto authored Oct 14, 2024
1 parent 52cad9c commit 56f7fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev-app/dev-app/dev-app-state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function getAppState(): DevAppState {
systemTheme: false,
rippleDisabled: false,
strongFocusEnabled: false,
m3Enabled: false,
m3Enabled: true,
direction: 'ltr',
colorApiBackCompat: true,
};
Expand Down

0 comments on commit 56f7fe5

Please sign in to comment.