layout changes
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
parent
c05b4f6652
commit
874f5319fd
@ -35,7 +35,7 @@ class _AuthScreenState extends State<AuthScreen> {
|
|||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.all(constants.padding),
|
padding: const EdgeInsets.all(constants.padding),
|
||||||
child: SizedBox(
|
child: SizedBox(
|
||||||
width: 400,
|
width: 300,
|
||||||
child: Column(
|
child: Column(
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
mainAxisAlignment: MainAxisAlignment.start,
|
mainAxisAlignment: MainAxisAlignment.start,
|
||||||
@ -48,6 +48,7 @@ class _AuthScreenState extends State<AuthScreen> {
|
|||||||
),
|
),
|
||||||
const SizedBox(height: constants.padding),
|
const SizedBox(height: constants.padding),
|
||||||
TextField(
|
TextField(
|
||||||
|
autofocus: true,
|
||||||
decoration: InputDecoration(labelText: 'Username'),
|
decoration: InputDecoration(labelText: 'Username'),
|
||||||
controller: _userController,
|
controller: _userController,
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user