mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 11:29:23 +00:00
update default themes
This commit is contained in:
parent
ec084d1a9e
commit
7bde8b70d9
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -29,7 +29,7 @@ final pThemeService = Provider<ThemeService>((ref) {
|
|||
});
|
||||
|
||||
class ThemeService {
|
||||
static const _currentDefaultThemeVersion = 4;
|
||||
static const _currentDefaultThemeVersion = 8;
|
||||
ThemeService._();
|
||||
static ThemeService? _instance;
|
||||
static ThemeService get instance => _instance ??= ThemeService._();
|
||||
|
|
Loading…
Reference in a new issue