Update application_widget.dart

changed the default back to light theme.
This commit is contained in:
Mike Wallace 2021-12-24 13:35:31 -05:00 committed by GitHub
parent 6325bd300b
commit c2196c7dba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ class ApplicationWidget extends StatelessWidget {
// const launchWidth = 1310.0;
// setWindowFrame(const Rect.fromLTWH(0, 0, launchWidth, launchWidth / ratio));
final theme = AppTheme.fromType(ThemeType.dark);
final theme = AppTheme.fromType(ThemeType.light);
theme.isDark = true;
return Provider.value(
value: theme,