link_space model

This commit is contained in:
mohammad
2025-02-10 12:38:20 +03:00
parent a623f1c723
commit 00a9cb1188
14 changed files with 799 additions and 12 deletions

View File

@ -52,7 +52,7 @@ abstract class ColorsManager {
static const Color semiTransparentBlackColor = Color(0x3F000000);
static const Color transparentColor = Color(0x00000000);
static const Color spaceColor = Color(0xB2023DFE);
static const Color counterBackgroundColor = Color(0xCCF4F4F4);
static const Color counterBackgroundColor = Color.fromARGB(204, 105, 2, 2);
static const Color neutralGray = Color(0xFFE5E5E5);
static const Color warningRed = Color(0xFFFF6465);
static const Color borderColor = Color(0xFFE5E5E5);