Skip to content

Commit dfb3bb3

Browse files
committed
update splash assets
1 parent 99e1543 commit dfb3bb3

File tree

13 files changed

+9
-35
lines changed

13 files changed

+9
-35
lines changed
877 Bytes
Loading
Loading
Loading
-1 Bytes
Loading
-1.21 KB
Loading

android/app/src/main/res/values-v31/styles.xml

-19
This file was deleted.

flutter_native_splash.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
flutter_native_splash:
22
image: assets/images/taskwarrior_dark.png
3-
color: "#1a1a1a"
3+
color: "#1a1a1a"
Loading
Loading

web/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<source srcset="splash/img/light-1x.png 1x, splash/img/light-2x.png 2x, splash/img/light-3x.png 3x, splash/img/light-4x.png 4x" media="(prefers-color-scheme: light)">
3838
<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)">
3939
<img class="center" aria-hidden="true" src="splash/img/light-1x.png" alt="">
40-
</picture>
40+
</picture>
4141

4242

4343
<!-- This script installs service_worker.js to provide PWA functionality to

web/splash/img/dark-3x.png

3.8 KB
Loading

web/splash/img/light-3x.png

3.8 KB
Loading

web/splash/style.css

+7-14
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
html {
2+
height: 100%
3+
}
4+
15
body {
2-
margin:0;
3-
height:100%;
4-
background: #1a1a1a;
5-
6+
margin: 0;
7+
min-height: 100%;
8+
background-color: #1a1a1a;
69
background-size: 100% 100%;
710
}
811

@@ -51,13 +54,3 @@ body {
5154
bottom: 0;
5255
right: 0;
5356
}
54-
55-
@media (prefers-color-scheme: dark) {
56-
body {
57-
margin:0;
58-
height:100%;
59-
background: #1a1a1a;
60-
61-
background-size: 100% 100%;
62-
}
63-
}

0 commit comments

Comments
 (0)