mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-12 09:27:01 +00:00
Merge remote-tracking branch 'origin/ui-fixes' into coin_control
# Conflicts: # assets/images/dark/stack.svg # assets/images/light/stack.svg # assets/images/oledBlack/stack.svg
This commit is contained in:
commit
6da86cd5d6
4 changed files with 349 additions and 4 deletions
115
assets/images/dark/stack.svg
Normal file
115
assets/images/dark/stack.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 68 KiB |
115
assets/images/light/stack.svg
Normal file
115
assets/images/light/stack.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 68 KiB |
115
assets/images/oledBlack/stack.svg
Normal file
115
assets/images/oledBlack/stack.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 68 KiB |
|
@ -52,10 +52,10 @@ class _IntroViewState extends State<IntroView> {
|
|||
constraints: const BoxConstraints(
|
||||
maxWidth: 300,
|
||||
),
|
||||
child: Image(
|
||||
image: AssetImage(
|
||||
Assets.png.stack(context),
|
||||
),
|
||||
child: SvgPicture.asset(
|
||||
Assets.svg.stack(context),
|
||||
width: isDesktop ? 324 : 266,
|
||||
height: isDesktop ? 324 : 266,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue