This commit is contained in:
Patrick Alvin Alcala 2025-02-04 12:05:42 +08:00
parent 50d2cba7f2
commit 7fca1e79a8
9 changed files with 53 additions and 23 deletions

View file

@ -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),