fix color uses

This commit is contained in:
Rafeek-Khoudare
2025-07-15 08:26:40 +03:00
parent deb227034a
commit 9f71bbff63
2 changed files with 3 additions and 2 deletions

View File

@ -84,4 +84,5 @@ abstract class ColorsManager {
static const Color minBlue = Color(0xFF93AAFD);
static const Color minBlueDot = Color(0xFF023DFE);
static const Color grey25 = Color(0xFFF9F9F9);
static const Color drpoDownSelectBlue = Color(0xFF2196F3);
}