fix
This commit is contained in:
@@ -78,7 +78,7 @@ class _LoginPageState extends ConsumerState<LoginPage> {
|
||||
|
||||
// App title
|
||||
Text(
|
||||
'Warehouse Manager',
|
||||
'Quản lý kho',
|
||||
style: theme.textTheme.headlineMedium?.copyWith(
|
||||
fontWeight: FontWeight.bold,
|
||||
color: theme.colorScheme.onSurface,
|
||||
@@ -90,7 +90,7 @@ class _LoginPageState extends ConsumerState<LoginPage> {
|
||||
|
||||
// Subtitle
|
||||
Text(
|
||||
'Login to continue',
|
||||
'Đăng nhập để tiếp tục',
|
||||
style: theme.textTheme.bodyLarge?.copyWith(
|
||||
color: theme.colorScheme.onSurface.withOpacity(0.6),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user