Skip to content

Commit 52ff9b6

Browse files
committed
docs: adjust theme settings in manifest
1 parent d2c9b67 commit 52ff9b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

www/gatsby-config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
pathPrefix: `/react-netlify-forms`,
77
siteMetadata: {
88
title: `react-netlify-forms`,
9-
description: `Reusable and customizable component for using Netlify Forms.`,
9+
description: `Netlify Forms as components and hook with default form handlers.`,
1010
author: `Pyrax`
1111
},
1212
plugins: [
@@ -28,10 +28,10 @@ module.exports = {
2828
resolve: `gatsby-plugin-manifest`,
2929
options: {
3030
name: `react-netlify-forms`,
31-
short_name: `Forms example`,
31+
short_name: `react-netlify-forms`,
3232
start_url: `/`,
33-
background_color: `#ffffff`,
34-
theme_color: `#663399`,
33+
background_color: `#f9fafa`,
34+
theme_color: `#1a6653`,
3535
display: `minimal-ui`,
3636
icon: `src/images/favicon.png`
3737
}

0 commit comments

Comments
 (0)