Skip to content

Commit

Permalink
Integrate new light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
thePeras committed Dec 27, 2024
1 parent 598d3f3 commit 3e4468a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/uni_app/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ import 'package:uni/view/settings/settings.dart';
import 'package:uni/view/theme.dart';
import 'package:uni/view/theme_notifier.dart';
import 'package:uni/view/transports/transports.dart';
import 'package:uni_ui/theme.dart';
import 'package:upgrader/upgrader.dart';
import 'package:workmanager/workmanager.dart';

Expand Down Expand Up @@ -224,7 +225,7 @@ class ApplicationState extends State<Application> {
child: MaterialApp(
title: 'uni',
navigatorKey: Application.navigatorKey,
theme: applicationLightTheme,
theme: lightTheme,
darkTheme: applicationDarkTheme,
themeMode: themeNotifier.getTheme(),
locale: localeNotifier.getLocale().localeCode,
Expand Down

0 comments on commit 3e4468a

Please sign in to comment.