Merge branch 'dev' of https://github.com/SyncrowIOT/web into feat/space-model

This commit is contained in:
hannathkadher
2025-01-09 13:04:35 +04:00
68 changed files with 6032 additions and 105 deletions

View File

@ -60,5 +60,14 @@ abstract class ColorsManager {
static const Color softGray = Color(0xFFD5D5D5);
static const Color semiTransparentBlack = Color(0x19000000);
static const Color dataHeaderGrey = Color(0x33999999);
static const Color circleImageBackground = Color(0xFFF4F4F4);
static const Color circleRolesBackground = Color(0xFFF8F8F8);
static const Color activeGreen = Color(0xFF99FF93);
static const Color activeGreenText = Color(0xFF008905);
static const Color disabledPink = Color(0xFFFF9395);
static const Color disabledRedText = Color(0xFF890002);
static const Color invitedOrange = Color(0xFFFFE193);
static const Color invitedOrangeText = Color(0xFFFFBF00);
//background: #F8F8F8;
}
//background: #background: #5D5D5D;