Skip to content

Commit 33d9a48

Browse files
authored
fix: set theme-color to header-bg-color (#11314)
1 parent de249a3 commit 33d9a48

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525

2626
<meta property="og:image" content="{{og_image_url}}">
2727
<meta name="twitter:card" content="summary_large_image">
28+
29+
<meta name="theme-color" content="var(--header-bg-color)">
2830
</head>
2931
<body>
3032
<noscript>

config/manifest.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ module.exports = function (/* environment, appConfig */) {
88
start_url: '/',
99
display: 'standalone',
1010
background_color: '#3b6837',
11-
theme_color: '#f9f7ec',
1211
icons: [
1312
{
1413
src: '/assets/cargo.png',

0 commit comments

Comments
 (0)