Skip to content

Commit

Permalink
build: default the dev app to M3 (#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.

(cherry picked from commit 56f7fe5)
  • Loading branch information
crisbeto committed Oct 14, 2024
1 parent 82d9fe2 commit e3fdd44
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 @@ -44,7 +44,7 @@ export function getAppState(): DevAppState {
darkTheme: false,
rippleDisabled: false,
strongFocusEnabled: false,
m3Enabled: false,
m3Enabled: true,
direction: 'ltr',
colorApiBackCompat: true,
};
Expand Down

0 comments on commit e3fdd44

Please sign in to comment.