update
This commit is contained in:
parent
cbf2ff062f
commit
7886eeb6c2
26 changed files with 210 additions and 228 deletions
|
|
@ -116,7 +116,10 @@ class _RegisterPageState extends State<RegisterPage> {
|
|||
logoSize: 90,
|
||||
),
|
||||
const Gap(32),
|
||||
const TextWidget(text: 'Register'),
|
||||
const TextWidget(
|
||||
text: 'Register',
|
||||
title: true,
|
||||
),
|
||||
const Gap(16),
|
||||
Padding(
|
||||
padding: const EdgeInsets.only(left: 32, right: 32),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue