Merge to main #1

Merged
agrilink merged 19 commits from develop-gitea into main 2024-12-30 04:37:02 +00:00
Showing only changes of commit 0e2b194e20 - Show all commits

View File

@ -23,15 +23,15 @@ class LoginScreen extends StatelessWidget {
children: [
const SizedBox(height: 40),
Text(
'Hello, Welcome back 👋',
'Halo, Selamat Datang 👋',
style: AppTheme.titleLarge,
),
Text(
'Happy to have you back',
'Senang melihatmu kembali',
style: AppTheme.titleMedium,
),
const SizedBox(height: 40),
Text('Email address', style: AppTheme.labelLarge),
Text('Alamat Email', style: AppTheme.labelLarge),
const SizedBox(height: 4),
AppTextfield(
controller: authP.emailController,