mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 19:39:22 +00:00
update default themes with fixed peercoin svg
This commit is contained in:
parent
968f7e61cd
commit
68c5ec4f44
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 {
|
class ThemeService {
|
||||||
static const _currentDefaultThemeVersion = 8;
|
static const _currentDefaultThemeVersion = 9;
|
||||||
ThemeService._();
|
ThemeService._();
|
||||||
static ThemeService? _instance;
|
static ThemeService? _instance;
|
||||||
static ThemeService get instance => _instance ??= ThemeService._();
|
static ThemeService get instance => _instance ??= ThemeService._();
|
||||||
|
|
Loading…
Reference in a new issue