update
This commit is contained in:
parent
7749f1100d
commit
1b0241037d
7 changed files with 74 additions and 56 deletions
|
|
@ -35,7 +35,7 @@ class IndexPage extends StatelessWidget {
|
|||
const Gap(32),
|
||||
Padding(
|
||||
padding: const EdgeInsets.fromLTRB(0, 0, 38, 0),
|
||||
child: const ImageWidget(imagePath: 'assets/ph_logo.webp', size: 192, measureByHeight: false),
|
||||
child: const ImageWidget(imagePath: 'assets/ph_logo.webp', size: 184, measureByHeight: false),
|
||||
),
|
||||
const Gap(64),
|
||||
ButtonWidget(text: 'Login', onPressed: gotoLogin),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue