mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 12:44:31 +00:00
wip: replace asset theme svgs
This commit is contained in:
parent
228afdd29a
commit
ee09a8c724
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ class _ThemeToggle extends ConsumerState<ThemeToggle> {
|
|||
case ThemeType.light:
|
||||
return Assets.svg.themeLight;
|
||||
case ThemeType.dark:
|
||||
return Assets.svg.themeDark;
|
||||
return ref.watch(themeProvider).assets.themePreview;
|
||||
case ThemeType.darkChans:
|
||||
return Assets.svg.themeDarkChan;
|
||||
case ThemeType.oceanBreeze:
|
||||
|
|
Loading…
Reference in a new issue