Telas de login e dashboard de estudante feito
This commit is contained in:
@@ -267,7 +267,7 @@ lib/
|
||||
**Dependencies**: Task 1.2
|
||||
|
||||
#### Subtasks:
|
||||
- [ ] Implement AppColors class with EPVChat color palette
|
||||
- [ ] Implement AppColors class with EPVC color palette
|
||||
- [ ] Create AppTextStyles with typography system
|
||||
- [ ] Set up AppTheme with light/dark mode support
|
||||
- [ ] Implement custom widgets (buttons, cards, inputs)
|
||||
@@ -281,7 +281,7 @@ lib/
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class AppColors {
|
||||
// Primary Brand Colors (from EPVChat)
|
||||
// Primary Brand Colors (from EPVC)
|
||||
static const Color primaryBlue = Color(0xFF4A90E2);
|
||||
static const Color primaryTeal = Color(0xFF5AC8FA);
|
||||
static const Color primaryOrange = Color(0xFFFF9500);
|
||||
|
||||
Reference in New Issue
Block a user