Updated pages

This commit is contained in:
Patrick Alvin Alcala 2026-01-26 19:02:10 +08:00
parent fd33a67b47
commit be352aa263
2 changed files with 4 additions and 3 deletions

View file

@ -44,8 +44,8 @@ class IndexPage extends StatelessWidget {
child: Column(
children: [
const Gap(88),
const ImageWidget(imagePath: 'assets/logo.webp', size: 140, measureByHeight: false),
const Gap(24),
const ImageWidget(imagePath: 'assets/logo.webp', size: 160, measureByHeight: false),
const Gap(20),
const TextWidget(
text: "OCBO e-Sign",
color: Color.fromARGB(255, 244, 243, 243),