Переглянути джерело

Update application_widget.dart

changed the default back to light theme.
Mike Wallace 3 роки тому
батько
коміт
c2196c7dba

+ 1 - 1
frontend/app_flowy/lib/startup/tasks/application_widget.dart

@@ -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,