first notes requests

This commit is contained in:
Rafeek-Khoudare
2025-07-16 10:35:16 +03:00
parent 6b8827f4d9
commit db157f30c5
12 changed files with 56 additions and 41 deletions

View File

@ -87,4 +87,7 @@ abstract class ColorsManager {
static const Color grey50 = Color(0xFF718096);
static const Color red100 = Color(0xFFFE0202);
static const Color grey800 = Color(0xffF8F8F8);
static const Color shadowOfSearchTextfield = Color(0x26000000);
static const Color hintTextGrey = Colors.grey;
static const Color shadowOfDetailsContainer = Color(0x40000000);
}