Skip to content

Commit

Permalink
design: Stay on Material 2 for now
Browse files Browse the repository at this point in the history
Part of zulip#225.
  • Loading branch information
gnprice committed Jul 19, 2023
1 parent 7d673c2 commit 0f87b91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/widgets/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class ZulipApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
final theme = ThemeData(
useMaterial3: false, // TODO(#225) fix things and switch to true
// This applies Material 3's color system to produce a palette of
// appropriately matching and contrasting colors for use in a UI.
// The Zulip brand color is a starting point, but doesn't end up as
Expand Down

0 comments on commit 0f87b91

Please sign in to comment.