This commit is contained in:
Phuoc Nguyen
2025-12-11 16:55:25 +07:00
parent fc6a4f038e
commit 4546e7d8e8
15 changed files with 91 additions and 106 deletions

View File

@@ -402,7 +402,7 @@ class PointsHistoryPage extends ConsumerWidget {
),
const SizedBox(height: 4),
Text(
'Mã tham chiếu: #${entry.entryId}',
'Mã tham chiếu: ${entry.entryId}',
style: TextStyle(
fontSize: 13,
color: colorScheme.onSurfaceVariant,

View File

@@ -295,7 +295,7 @@ class PointsRecordsPage extends ConsumerWidget {
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
Text(
'#${record.recordId}',
record.recordId,
style: TextStyle(
fontSize: 16,
fontWeight: FontWeight.w700,