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:
julian 2023-03-13 09:34:08 -06:00
commit 6da86cd5d6
4 changed files with 349 additions and 4 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 68 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 68 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 68 KiB

View file

@ -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,
),
),
),