Skip to content

Commit d831ef4

Browse files
committed
update themes
1 parent b5d2be8 commit d831ef4

5 files changed

Lines changed: 1 addition & 1 deletion

File tree

-269 KB
Binary file not shown.
-267 KB
Binary file not shown.
-269 KB
Binary file not shown.
-267 KB
Binary file not shown.

lib/themes/theme_service.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ final pThemeService = Provider<ThemeService>((ref) {
3131
});
3232

3333
class ThemeService {
34-
static const _currentDefaultThemeVersion = 17;
34+
static const _currentDefaultThemeVersion = 18;
3535
ThemeService._();
3636
static ThemeService? _instance;
3737
static ThemeService get instance => _instance ??= ThemeService._();

0 commit comments

Comments
 (0)