We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da776d commit 2465701Copy full SHA for 2465701
lib/widgets/app.dart
@@ -12,6 +12,7 @@ class ZulipApp extends StatelessWidget {
12
@override
13
Widget build(BuildContext context) {
14
final theme = ThemeData(
15
+ useMaterial3: false, // TODO(#225) fix things and switch to true
16
// This applies Material 3's color system to produce a palette of
17
// appropriately matching and contrasting colors for use in a UI.
18
// The Zulip brand color is a starting point, but doesn't end up as
0 commit comments