Updated pages
This commit is contained in:
parent
fd33a67b47
commit
be352aa263
2 changed files with 4 additions and 3 deletions
|
|
@ -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),
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ import 'package:ocbo_esign_mobile/widgets/box_widget.dart';
|
|||
import 'package:ocbo_esign_mobile/widgets/button_widget.dart';
|
||||
import 'package:ocbo_esign_mobile/widgets/image_widget.dart';
|
||||
import 'package:ocbo_esign_mobile/widgets/input_widget.dart';
|
||||
import 'package:ocbo_esign_mobile/widgets/login_box_widget.dart';
|
||||
import 'package:ocbo_esign_mobile/widgets/text_widget.dart';
|
||||
|
||||
class LoginPage extends StatefulWidget {
|
||||
|
|
@ -121,7 +122,7 @@ class _LoginPageState extends State<LoginPage> {
|
|||
const Gap(88),
|
||||
const ImageWidget(imagePath: 'assets/logo.webp', size: 100, measureByHeight: true),
|
||||
const Gap(58),
|
||||
BoxWidget(
|
||||
LoginBoxWidget(
|
||||
title: 'Login',
|
||||
content: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue