mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-16 01:56:19 +00:00
push scene devices body with blocs. need to drop the future builder - enhancment
This commit is contained in:
@ -6,7 +6,7 @@ abstract class ColorsManager {
|
||||
static const Color primaryColor = Color(0xFF0030CB);
|
||||
static Color primaryColorWithOpacity =
|
||||
const Color(0xFF023DFE).withOpacity(0.6);
|
||||
|
||||
static const Color secondaryTextColor = Color(0xFF848484);
|
||||
static const Color onPrimaryColor = Colors.white;
|
||||
static const Color secondaryColor = Color(0xFF023DFE);
|
||||
static const Color onSecondaryColor = Color(0xFF023DFE);
|
||||
|
Reference in New Issue
Block a user