Брендированный динект, что не вошло в предыдущий коммит
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
const String appName = "PIP";
|
||||
const String appName = "Dinect";
|
||||
|
||||
// Assets
|
||||
const String logout_png = 'assets/logout.png';
|
||||
|
||||
@@ -14,6 +14,7 @@ class Resources {
|
||||
switch (app) {
|
||||
case 'pip': return new Color(0xff008794);
|
||||
case 'autobonus': return new Color(0xffeb0004);
|
||||
case 'dinect': return new Color(0xff3daee3);
|
||||
default: return new Color(0xffffffff);
|
||||
}
|
||||
}
|
||||
@@ -22,6 +23,7 @@ class Resources {
|
||||
switch (app) {
|
||||
case 'pip': return new Color(0xfff49935);
|
||||
case 'autobonus': return new Color(0xffeb0004);
|
||||
case 'dinect': return new Color(0xff33cc99);
|
||||
default: return new Color(0xffffffff);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user