amfoss / amfoss/ammentor-mobile
Inconsistent Color Usage (Not Using Global Theme)
- Linguagem predominante
- Dart
- Estrelas
- 2
- Forks
- 6
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
### Description
The project has a centralized theme (theme.dart / AppColors) for managing colors. However, in several view files, colors are still hardcoded directly instead of using the global theme.
This creates inconsistency in UI and makes it harder to maintain or update styles across the app.
### Problem
- Hardcoded colors are used in multiple view files
- Global theme is not consistently followed
- Leads to inconsistent design and harder maintenance
### Expected Fix
- Replace all hardcoded colors (e.g., Colors.black, Color(0xFF...)) with references from the global theme
- Ensure all UI elements (text, backgrounds, buttons, etc.) use AppColors
### Scope
- Identify all instances of hardcoded colors
- Refactor them to use theme.dart
- Maintain consistency across the app
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.