fix initial load bug

This commit is contained in:
2024-05-26 18:34:42 +02:00
parent dae5182f90
commit f9dbbf4638
4 changed files with 20 additions and 15 deletions

View File

@@ -59,6 +59,7 @@ class SCNApp extends StatelessWidget {
builder: (context, appTheme, child) => MaterialApp(
title: 'SimpleCloudNotifier',
theme: ThemeData(
//TODO color settings
colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue, brightness: appTheme.darkMode ? Brightness.dark : Brightness.light),
useMaterial3: true,
),