Telas de login e dashboard de estudante feito

This commit is contained in:
2026-05-07 21:10:30 +01:00
parent 547d5f5484
commit c1d1a0fce1
44 changed files with 6740 additions and 183 deletions

View File

@@ -680,7 +680,7 @@ assets/
│ ├── logos/
│ │ ├── app_logo.png
│ │ ├── app_logo_dark.png
│ │ └── epv_logo.png
│ │ └── epvc_logo.png
│ ├── icons/
│ │ ├── app_icon.png
│ │ ├── notification_icon.png
@@ -890,7 +890,7 @@ class NetworkConstants {
```dart
// lib/app/theme/app_colors.dart
class AppColors {
// Primary palette from EPVChat design
// Primary palette from EPVC design
static const Color primaryBlue = Color(0xFF4A90E2);
static const Color primaryTeal = Color(0xFF5AC8FA);
static const Color primaryOrange = Color(0xFFFF9500);