update
This commit is contained in:
parent
50d2cba7f2
commit
7fca1e79a8
9 changed files with 53 additions and 23 deletions
|
|
@ -33,9 +33,9 @@ class IndexPage extends StatelessWidget {
|
|||
Padding(
|
||||
padding: const EdgeInsets.fromLTRB(0, 0, 16, 0),
|
||||
child: Image.asset('assets/ph_logo.webp',
|
||||
width: 200, cacheWidth: (200 * MediaQuery.of(context).devicePixelRatio).round()),
|
||||
width: 160, cacheWidth: (160 * MediaQuery.of(context).devicePixelRatio).round()),
|
||||
),
|
||||
const Gap(32),
|
||||
const Gap(64),
|
||||
ButtonWidget(text: 'Login', onPressed: gotoLogin),
|
||||
const Gap(8),
|
||||
ButtonWidget(text: 'Register', onPressed: gotoRegister, outline: true),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue