mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
added assets
This commit is contained in:
@ -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;
|
||||
|
||||
|
@ -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';
|
||||
}
|
||||
|
Reference in New Issue
Block a user