added colors

This commit is contained in:
hannathkadher
2024-10-08 10:41:40 +04:00
parent fc7ccb8ad8
commit cdd22f8d76
2 changed files with 17 additions and 16 deletions

View File

@ -10,6 +10,8 @@ abstract class ColorsManager {
static const Color whiteColors = Colors.white;
static const Color secondaryColor = Color(0xFF023DFE);
static const Color onSecondaryColor = Color(0xFF023DFE);
static Color shadowBlackColor = Colors.black.withOpacity(0.2);
static Color dialogBlueTitle = Color(0xFF023DFE).withOpacity(0.6);
@ -46,5 +48,8 @@ abstract class ColorsManager {
static const Color textGreen = Color(0xFF008905);
static const Color yaGreen = Color(0xFFFFBF44);
static const Color checkBoxFillColor = Color(0xFFF3F3F3);
static const Color semiTransparentBlackColor = Color(0x3F000000);
static const Color transparentColor = Color(0x00000000)
}
//0036E6