Enhance UI components: update color management, adjust button styles, and improve text formatting for better readability

This commit is contained in:
mohammad
2025-07-14 15:14:56 +03:00
parent 7cc59e43df
commit 8167926620
9 changed files with 55 additions and 50 deletions

View File

@ -85,4 +85,5 @@ abstract class ColorsManager {
static const Color minBlueDot = Color(0xFF023DFE);
static const Color grey25 = Color(0xFFF9F9F9);
static const Color grey50 = Color(0xFF718096);
static const Color red100 = Color(0xFFFE0202);
}