@@ -38,7 +38,7 @@
</scene>
</scenes>
<resources>
- <image name="LaunchImage" width="1025" height="1024"/>
+ <image name="LaunchImage" width="1024" height="1024"/>
<image name="LaunchBackground" width="1" height="1"/>
</resources>
</document>
@@ -116,7 +116,7 @@ class PrecodeSaveDialog extends StatelessWidget {
Widget _buildLogo() {
return IXImage(
source: Assets.splashLogo,
- width: 70.w,
+ width: 106.w,
height: 94.w,
sourceType: ImageSourceType.asset,
);
@@ -75,7 +75,7 @@ class SplashView extends BaseView<SplashController> {
margin: EdgeInsets.only(top: 172.w),
child: IXImage(
- width: 104.w,
+ width: 167.w,
height: 148.w,
),
@@ -34,7 +34,9 @@
- <style id="splash-screen-style">
+
+ <style id="splash-screen-style">
html {
height: 100%
}
@@ -106,6 +108,7 @@
<source srcset="splash/img/dark-1x.png 1x, splash/img/dark-2x.png 2x, splash/img/dark-3x.png 3x, splash/img/dark-4x.png 4x" media="(prefers-color-scheme: dark)">
<img class="center" aria-hidden="true" src="splash/img/light-1x.png" alt="">
</picture>
<script src="flutter_bootstrap.js" async=""></script>