Skip to content

Commit 7eb8345

Browse files
committed
style: update web app metadata and colors
- Updated title to "Headlines Toolkit" - Changed colors to #FFFFFF
1 parent 69896f0 commit 7eb8345

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

flutter_launcher_icons.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ flutter_launcher_icons:
1818
web:
1919
generate: true
2020
# image_path: "assets/icon/headlines_toolkit.png"
21-
background_color: "#fcfcfc"
22-
theme_color: "#fcfcfc"
21+
background_color: "#FFFFFF"
22+
theme_color: "#FFFFFF"

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<!-- Favicon -->
2828
<link rel="icon" type="image/png" href="favicon.png">
2929

30-
<title>Ht Main</title>
30+
<title>Headlines Toolkit</title>
3131
<link rel="manifest" href="manifest.json">
3232
<style id="splash-screen-style">
3333
html {

web/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"short_name": "Headlines Toolkit",
44
"start_url": ".",
55
"display": "standalone",
6-
"background_color": "#fcfcfc",
7-
"theme_color": "#fcfcfc",
6+
"background_color": "#FFFFFF",
7+
"theme_color": "#FFFFFF",
88
"description": "Develop News Headlines Apps Rapidly & Reliably.",
99
"orientation": "portrait-primary",
1010
"prefer_related_applications": false,

0 commit comments

Comments
 (0)