OnBoarding: Fix printer icon size

This commit is contained in:
poka 2021-12-05 06:15:57 +01:00
parent 819d5a4b9b
commit 0dbe559391
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ class OnboardingStepNine extends StatelessWidget {
}, },
child: Image.asset( child: Image.asset(
'assets/printer.png', 'assets/printer.png',
height: 35,
), ),
), ),
Expanded( Expanded(