fix icon sizing on login page
This commit is contained in:
parent
9faff092ed
commit
7857bcdc2e
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ class LoginPage extends HookConsumerWidget {
|
||||||
children: [
|
children: [
|
||||||
Row(
|
Row(
|
||||||
children: [
|
children: [
|
||||||
SvgPicture.asset("assets/icon.svg"),
|
SvgPicture.asset("assets/icon.svg", width: 128),
|
||||||
SizedBox(width: 12),
|
SizedBox(width: 12),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Column(
|
child: Column(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue