remove package and change color name

This commit is contained in:
mohammad
2024-12-31 11:20:32 +03:00
parent 9e5cbc285e
commit b264f6042f
8 changed files with 9 additions and 42 deletions

View File

@ -54,8 +54,8 @@ abstract class ColorsManager {
static const Color neutralGray = Color(0xFFE5E5E5);
static const Color warningRed = Color(0xFFFF6465);
static const Color borderColor = Color(0xFFE5E5E5);
static const Color CircleImageBackground = Color(0xFFF4F4F4);
static const Color CircleRolesBackground = Color(0xFFF8F8F8);
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);