This commit is contained in:
Rafeek-Khoudare
2025-07-15 11:52:57 +03:00
parent 9f71bbff63
commit fe090175e3
2 changed files with 3 additions and 3 deletions

View File

@ -84,5 +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);
static const Color dropDownSelectBlue = Color(0xFF2196F3);
}