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 28c4709 commit 68a83e7Copy full SHA for 68a83e7
test/widgets/test_app.dart
@@ -32,7 +32,8 @@ class TestZulipApp extends StatelessWidget {
32
title: 'Zulip',
33
localizationsDelegates: ZulipLocalizations.localizationsDelegates,
34
supportedLocales: ZulipLocalizations.supportedLocales,
35
- theme: zulipThemeData(context),
+ theme: ZulipTheme.lightTheme(context),
36
+ darkTheme: ZulipTheme.darkTheme(context),
37
38
navigatorObservers: navigatorObservers ?? const [],
39
0 commit comments