fix(auth): update dark mode splash

This commit is contained in:
Prateek Sunal 2024-05-11 15:57:45 +05:30
parent 4040525a4c
commit 297c3af47c
7 changed files with 4 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 KiB

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 480 KiB

After

Width:  |  Height:  |  Size: 201 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 850 KiB

After

Width:  |  Height:  |  Size: 282 KiB

View file

@ -181,6 +181,6 @@ flutter_native_splash:
# The image_dark, color_dark, icon_background_color_dark, and branding_dark set values that
# apply when the device is in dark mode. If they are not specified, the app will use the
# parameters from above.
image_dark: "assets/generation-icons/icon-light.png"
image_dark: "assets/generation-icons/icon-light-adaptive-fg.png"
color_dark: "#000000"
#icon_background_color_dark: "#eeeeee"

View file

@ -34,6 +34,8 @@
<style id="splash-screen-style">
html {
height: 100%
@ -115,6 +117,7 @@
</picture>
<!-- This script installs service_worker.js to provide PWA functionality to
application. For more information, see:
https://developers.google.com/web/fundamentals/primers/service-workers -->