mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-25 15:19:40 +00:00
first notes requests
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user