diff --git a/gatsby-theme-mate/gatsby-config.js b/gatsby-theme-mate/gatsby-config.js index f2cc3d7..e5d1a24 100644 --- a/gatsby-theme-mate/gatsby-config.js +++ b/gatsby-theme-mate/gatsby-config.js @@ -27,7 +27,7 @@ module.exports = ({ short_name: 'Mate', start_url: landingPath, background_color: colors.background, - theme_color: colors.primary, + theme_color_in_head: false, display: 'minimal-ui', icon: 'icon.png', },