feat(shared): legacy presentation/ + shared design system + widgets
- lib/presentation : pages legacy (explore/network, notifications) avec BLoC - lib/shared/design_system : UnionFlow Design System v2 (tokens, components) + MD3 tokens + module_colors par feature - lib/shared/widgets : widgets transversaux (core_card, core_shimmer, error_widget, loading_widget, powered_by_lions_dev, etc.) - lib/shared/constants + utils
This commit is contained in:
@@ -76,7 +76,7 @@ class _FinanceView extends StatelessWidget {
|
||||
alignment: CrossAxisAlignment.center,
|
||||
),
|
||||
),
|
||||
const VerticalDivider(color: AppColors.lightBorder),
|
||||
const VerticalDivider(color: AppColors.border),
|
||||
Expanded(
|
||||
child: MiniMetricWidget(
|
||||
label: 'En attente',
|
||||
@@ -85,7 +85,7 @@ class _FinanceView extends StatelessWidget {
|
||||
alignment: CrossAxisAlignment.center,
|
||||
),
|
||||
),
|
||||
const VerticalDivider(color: AppColors.lightBorder),
|
||||
const VerticalDivider(color: AppColors.border),
|
||||
Expanded(
|
||||
child: MiniMetricWidget(
|
||||
label: 'Épargne',
|
||||
@@ -106,7 +106,7 @@ class _FinanceView extends StatelessWidget {
|
||||
style: AppTypography.badgeText.copyWith(
|
||||
color: Theme.of(context).brightness == Brightness.dark
|
||||
? AppColors.textSecondaryDark
|
||||
: AppColors.textSecondaryLight,
|
||||
: AppColors.textSecondary,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user