Create new asset folder and add images to it

This commit is contained in:
2025-04-09 10:54:13 +02:00
parent a9ec3e0565
commit dc796612fb
49 changed files with 80 additions and 51 deletions

View File

@@ -32,7 +32,8 @@ class _BiometricCheckState extends State<BiometricCheck> {
padding: const EdgeInsets.all(10.0),
child: SizedBox(
height: 50,
child: Image.asset('images/logo_light.png'),
child: Image.asset(
'lib/mih_components/mih_package_components/assets/images/logo_light.png'),
),
),
iconSize: 35,