Брендированный динект, что не вошло в предыдущий коммит

This commit is contained in:
Ivan Murashov
2017-09-28 13:00:42 +03:00
parent 386a6ac063
commit 2b2fdf8207
3 changed files with 5 additions and 1 deletions

View File

@@ -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';

View File

@@ -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);
}
}