mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Update application_widget.dart
changed the default back to light theme.
This commit is contained in:
parent
6325bd300b
commit
c2196c7dba
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user