added assets

This commit is contained in:
hannathkadher
2024-11-20 20:11:12 +04:00
parent 2d60b2e225
commit 60710c383f
2 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@ abstract class ColorsManager {
static const Color transparentColor = Color(0x00000000);
static const Color spaceColor = Color(0xB2023DFE);
static const Color counterBackgroundColor = Color(0xCCF4F4F4);
static const Color neutralGray = Color(0xFFE5E5E5);
}
//background: #background: #5D5D5D;

View File

@ -233,4 +233,5 @@ class Assets {
static const String oneTouchSwitch = 'assets/icons/1G_touch_switch.svg';
static const String garageDoor = 'assets/icons/garage_opener.svg';
static const String doorSensor = 'assets/icons/door_sensor.svg';
}