refactor
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-03-22 09:24:40 -05:00
parent c52c919607
commit 6137b69bd3
3 changed files with 19 additions and 9 deletions

View File

@ -35,14 +35,14 @@ class _AuthScreenState extends State<AuthScreen> {
child: Padding(
padding: const EdgeInsets.all(constants.padding),
child: SizedBox(
width: 300,
width: constants.logonWidth,
child: Column(
mainAxisSize: MainAxisSize.min,
mainAxisAlignment: MainAxisAlignment.start,
crossAxisAlignment: CrossAxisAlignment.stretch,
children: [
Text(
'Logon to Repertory Portal',
constants.appLogonTitle,
textAlign: TextAlign.center,
style: Theme.of(context).textTheme.titleLarge,
),