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: [
|
||||
Row(
|
||||
children: [
|
||||
SvgPicture.asset("assets/icon.svg"),
|
||||
SvgPicture.asset("assets/icon.svg", width: 128),
|
||||
SizedBox(width: 12),
|
||||
Expanded(
|
||||
child: Column(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue