mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
Update application_widget.dart
changed the default back to light theme.
This commit is contained in:
parent
6325bd300b
commit
c2196c7dba
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue