mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
fixed navigation in between
This commit is contained in:
@ -55,6 +55,6 @@ abstract class ColorsManager {
|
||||
static const Color borderColor = Color(0xFFE5E5E5);
|
||||
static const Color CircleImageBackground = Color(0xFFF4F4F4);
|
||||
static const Color softGray = Color(0xFFD5D5D5);
|
||||
static const Color semiTransparentBlack = Color(0x19000000)
|
||||
static const Color semiTransparentBlack = Color(0x19000000);
|
||||
}
|
||||
//background: #background: #5D5D5D;
|
||||
|
Reference in New Issue
Block a user