Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PWA: Change default theme color #57

Closed
brenopolanski opened this issue Feb 4, 2020 · 0 comments · Fixed by #58
Closed

PWA: Change default theme color #57

brenopolanski opened this issue Feb 4, 2020 · 0 comments · Fixed by #58

Comments

@brenopolanski
Copy link
Contributor

By default (@vue/cli-plugin-pwa) the meta tag theme-color uses Vue's green tone and for some reason the attribute theme_color": "#fe463a in manifest.json it is not changing the color green by the color used by ARK (#fe463a).

The solution is to set in the file vue.config.js (see: https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-pwa#configuration) the attribute themeColor to use the color used by ARK (#fe463a).

The expected result is:

demo1

demo2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant