Skip to content

Commit 189a268

Browse files
authored
Merge pull request #1167 from rvsia/updateThemeColor
Update color theme
2 parents acc516d + 21dcd47 commit 189a268

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/react-renderer-demo/src/pages/_document.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React from 'react';
22
import Document, { Head, Main, NextScript } from 'next/document';
33
import { ServerStyleSheets } from '@material-ui/styles';
4-
import theme from '../theme';
54

65
class MyDocument extends Document {
76
render() {
@@ -15,7 +14,7 @@ class MyDocument extends Document {
1514
<link rel="apple-touch-icon" href="/192x192.png"></link>
1615
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no" />
1716
{/* PWA primary color */}
18-
<meta name="theme-color" content={theme.palette.primary.main} />
17+
<meta name="theme-color" content="#430f8f" />
1918
<link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
2019
<link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Montserrat:700&display=swap" />
2120
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />

0 commit comments

Comments
 (0)