fix login on guest
This commit is contained in:
parent
93c141a779
commit
2decbc43e5
4 changed files with 35 additions and 24 deletions
|
|
@ -44,7 +44,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: 184, measureByHeight: false),
|
||||
child: const ImageWidget(imagePath: 'assets/ph_logo.webp', size: 168, measureByHeight: false),
|
||||
),
|
||||
const Gap(64),
|
||||
ButtonWidget(text: 'Login', onPressed: gotoLogin),
|
||||
|
|
@ -55,9 +55,10 @@ class IndexPage extends StatelessWidget {
|
|||
onTap: loginAsGuest,
|
||||
child: const TextWidget(
|
||||
text: "Login as Guest",
|
||||
size: 16,
|
||||
size: 12,
|
||||
underlined: true,
|
||||
color: Color.fromRGBO(198, 133, 232, 1),
|
||||
bold: true,
|
||||
),
|
||||
),
|
||||
const Gap(32),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue