فهرست منبع

Update application_widget.dart

changed the default back to light theme.
Mike Wallace 3 سال پیش
والد
کامیت
c2196c7dba
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      frontend/app_flowy/lib/startup/tasks/application_widget.dart

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