Skip to content

Commit a7aad67

Browse files
committed
fix: remove default theme color
1 parent 0a63344 commit a7aad67

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ VitePWA({
5252
})
5353
```
5454

55-
Check out the type declaration [src/index.ts](./src/index.ts) and following links for more details.
55+
Check out the type declaration [src/index.ts](./src/index.ts) and the following links for more details.
5656

5757
- [Manifest](https://developer.mozilla.org/en-US/docs/Web/Manifest)
5858
- [Workbox](https://developers.google.com/web/tools/workbox)

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export function VitePWA(options: Partial<VitePWAOptions> = {}): Plugin {
2323
start_url: '/',
2424
display: 'standalone',
2525
background_color: '#ffffff',
26-
theme_color: '#42b883',
2726
lang: 'en',
2827
}
2928

0 commit comments

Comments
 (0)