This commit is contained in:
2025-10-28 23:56:47 +07:00
parent f32e1c16fb
commit 2905668358
5 changed files with 51 additions and 51 deletions

View File

@@ -49,7 +49,7 @@ class WarehouseCard extends StatelessWidget {
),
const SizedBox(width: 4),
Text(
'Code: ${warehouse.code}',
': ${warehouse.code}',
style: theme.textTheme.bodyMedium?.copyWith(
color: colorScheme.onSurfaceVariant,
),
@@ -68,7 +68,7 @@ class WarehouseCard extends StatelessWidget {
),
const SizedBox(width: 4),
Text(
'Items: ${warehouse.totalCount}',
'Sản phẩm: ${warehouse.totalCount}',
style: theme.textTheme.bodyMedium?.copyWith(
color: colorScheme.onSurfaceVariant,
),
@@ -104,7 +104,7 @@ class WarehouseCard extends StatelessWidget {
borderRadius: BorderRadius.circular(4),
),
child: Text(
'NG Warehouse',
'Kho NG',
style: theme.textTheme.labelSmall?.copyWith(
color: colorScheme.onErrorContainer,
fontWeight: FontWeight.bold,