refactor: tidy up code
This commit is contained in:
parent
949603ecfa
commit
0e2b194e20
|
|
@ -23,15 +23,15 @@ class LoginScreen extends StatelessWidget {
|
||||||
children: [
|
children: [
|
||||||
const SizedBox(height: 40),
|
const SizedBox(height: 40),
|
||||||
Text(
|
Text(
|
||||||
'Hello, Welcome back 👋',
|
'Halo, Selamat Datang 👋',
|
||||||
style: AppTheme.titleLarge,
|
style: AppTheme.titleLarge,
|
||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
'Happy to have you back',
|
'Senang melihatmu kembali',
|
||||||
style: AppTheme.titleMedium,
|
style: AppTheme.titleMedium,
|
||||||
),
|
),
|
||||||
const SizedBox(height: 40),
|
const SizedBox(height: 40),
|
||||||
Text('Email address', style: AppTheme.labelLarge),
|
Text('Alamat Email', style: AppTheme.labelLarge),
|
||||||
const SizedBox(height: 4),
|
const SizedBox(height: 4),
|
||||||
AppTextfield(
|
AppTextfield(
|
||||||
controller: authP.emailController,
|
controller: authP.emailController,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user