Graphics update
This commit is contained in:
@@ -13,7 +13,6 @@ const String active_token_bg_png = 'assets/active_token_message_background.png';
|
||||
const String expansion_icon_png = 'assets/faq_expansion_icon.png';
|
||||
const String powered_by_dinect_splash_png = 'assets/powered_by_dinect_splash.png';
|
||||
const String powered_by_dinect_png = 'assets/powered_by_dinect.png';
|
||||
const String splash_text_png = 'assets/splash_text.png';
|
||||
|
||||
const Color greyTextColor = const Color(0xffa5a5a5);
|
||||
const Color textBorderColor = const Color(0xffcfd8dc);
|
||||
|
||||
@@ -69,7 +69,6 @@ class _SplashScreenState extends BaseState<SplashScreen> {
|
||||
return new Center(
|
||||
child: new Column(mainAxisSize: MainAxisSize.min, children: <Widget>[
|
||||
new Image.asset(Resources.getLogo(app), height: 112.0, width: 252.0),
|
||||
new Image.asset(splash_text_png, height: 40.0, width: 240.0)
|
||||
]));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user