changed icon color

This commit is contained in:
hannathkadher
2024-10-09 12:23:20 +04:00
parent e35ea8e34a
commit d423552ddf
3 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,6 @@ abstract class ColorsManager {
static const Color onSecondaryColor = Color(0xFF023DFE);
static Color shadowBlackColor = Colors.black.withOpacity(0.2);
static Color dialogBlueTitle = Color(0xFF023DFE).withOpacity(0.6);
static const Color primaryTextColor = Colors.black;
@ -50,6 +49,6 @@ abstract class ColorsManager {
static const Color checkBoxFillColor = Color(0xFFF3F3F3);
static const Color semiTransparentBlackColor = Color(0x3F000000);
static const Color transparentColor = Color(0x00000000);
static const Color spaceColor = Color(0xB2023DFE);
}
//0036E6