mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 01:37:54 +00:00
desktop orange theme selector image fix
This commit is contained in:
parent
4191ec81d3
commit
ec3a5aefec
2 changed files with 2 additions and 0 deletions
|
@ -272,6 +272,7 @@ class _ThemeToggle extends ConsumerState<ThemeToggle> {
|
|||
child: SvgPicture.asset(
|
||||
assetNameFor(ThemeType.values[i]),
|
||||
height: 160,
|
||||
width: 200,
|
||||
),
|
||||
),
|
||||
const SizedBox(
|
||||
|
|
|
@ -337,6 +337,7 @@ flutter:
|
|||
- assets/svg/forest-theme.svg
|
||||
- assets/svg/chanstheme.svg
|
||||
- assets/svg/darkChansTheme.svg
|
||||
- assets/svg/orange-theme.svg
|
||||
|
||||
# light theme specific
|
||||
- assets/svg/themed/light/
|
||||
|
|
Loading…
Reference in a new issue