Merge pull request #171 from kevmoo/more_color_silly

Wire up final color details for PWA install
This commit is contained in:
Shawn 2024-02-21 14:36:17 -07:00 committed by GitHub
commit 0331605e1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,6 +42,7 @@ class WondersApp extends StatelessWidget with GetItMixin {
routerDelegate: appRouter.routerDelegate,
shortcuts: AppShortcuts.defaults,
theme: ThemeData(fontFamily: $styles.text.body.fontFamily, useMaterial3: true),
color: $styles.colors.black,
localizationsDelegates: const [
AppLocalizations.delegate,
GlobalMaterialLocalizations.delegate,