Skip to content

Commit 2465701

Browse files
gnpricechrisbobbe
authored andcommitted
design: Stay on Material 2 for now
Part of #225.
1 parent 2da776d commit 2465701

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/widgets/app.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class ZulipApp extends StatelessWidget {
1212
@override
1313
Widget build(BuildContext context) {
1414
final theme = ThemeData(
15+
useMaterial3: false, // TODO(#225) fix things and switch to true
1516
// This applies Material 3's color system to produce a palette of
1617
// appropriately matching and contrasting colors for use in a UI.
1718
// The Zulip brand color is a starting point, but doesn't end up as

0 commit comments

Comments
 (0)