mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-08-26 19:39:41 +00:00
Merge pull request #90 from SyncrowIOT/sp-1268-rework-v3
SP-1268 Rework
This commit is contained in:
@ -35,6 +35,7 @@ abstract class ColorsManager {
|
||||
static const Color blueColor1 = Color(0xff0A7AFF);
|
||||
static const Color grayButtonColors = Color(0xffCCCCCC);
|
||||
static const Color blueButton = Color(0xff85BDFF);
|
||||
static const Color backgroundGrey = Color(0xFFF3F3F3);
|
||||
|
||||
}
|
||||
//background: #F5F5F5;background: #85BDFF;
|
||||
|
Reference in New Issue
Block a user