update theme

This commit is contained in:
Phuoc Nguyen
2025-12-02 15:20:54 +07:00
parent 12bd70479c
commit 49a41d24eb
78 changed files with 3263 additions and 2756 deletions

View File

@@ -22,6 +22,7 @@ class PointsBalanceCard extends ConsumerWidget {
@override
Widget build(BuildContext context, WidgetRef ref) {
// Note: This widget uses brand colors (gradient) that don't change with theme
final pointsState = ref.watch(loyaltyPointsProvider);
final numberFormat = NumberFormat('#,###', 'vi_VN');
final dateFormat = DateFormat('dd/MM/yyyy', 'vi_VN');