Skip to content

Commit

Permalink
fixed default theme to dark
Browse files Browse the repository at this point in the history
  • Loading branch information
zachatrocity committed Jul 1, 2023
1 parent 18a1141 commit 81275fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Unreleased
- Fixed NSFW posts sometimes not loading
- Implemented share and download media
- Set default comment sorting
- Added support for logging in to 0.18.1 instances
## v0.10.0 - 2023-07-01
- Added custom theming
- Fixed NSFW posts sometimes not loading
Expand Down
2 changes: 1 addition & 1 deletion lib/resources/app_theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class AppTheme extends ChangeNotifier {
Color get primaryColor => _primaryColor;

AppTheme() {
_theme = ThemeMode.system;
_theme = ThemeMode.dark;
_loadprefs();
}

Expand Down

0 comments on commit 81275fd

Please sign in to comment.