mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-05-02 19:02:17 +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(
|
child: SvgPicture.asset(
|
||||||
assetNameFor(ThemeType.values[i]),
|
assetNameFor(ThemeType.values[i]),
|
||||||
height: 160,
|
height: 160,
|
||||||
|
width: 200,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
|
|
|
@ -337,6 +337,7 @@ flutter:
|
||||||
- assets/svg/forest-theme.svg
|
- assets/svg/forest-theme.svg
|
||||||
- assets/svg/chanstheme.svg
|
- assets/svg/chanstheme.svg
|
||||||
- assets/svg/darkChansTheme.svg
|
- assets/svg/darkChansTheme.svg
|
||||||
|
- assets/svg/orange-theme.svg
|
||||||
|
|
||||||
# light theme specific
|
# light theme specific
|
||||||
- assets/svg/themed/light/
|
- assets/svg/themed/light/
|
||||||
|
|
Loading…
Reference in a new issue