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 #225.
  • Loading branch information
gnprice authored and chrisbobbe committed Jul 20, 2023
1 parent 2da776d commit 2465701
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 2465701

Please sign in to comment.