This commit is contained in:
Patrick Alvin Alcala 2025-03-06 12:17:14 +08:00
parent 7749f1100d
commit 1b0241037d
7 changed files with 74 additions and 56 deletions

View file

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