Create new asset folder and add images to it
This commit is contained in:
parent
a9ec3e0565
commit
dc796612fb
49 changed files with 80 additions and 51 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -244,7 +244,8 @@ class _RegisterState extends State<Register> {
|
|||
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,
|
||||
|
|
|
|||
|
|
@ -262,7 +262,8 @@ class _ResetPasswordState extends State<ResetPassword> {
|
|||
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,
|
||||
|
|
|
|||
|
|
@ -292,7 +292,8 @@ class _SignInState extends State<SignIn> {
|
|||
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue