Skip to content

Commit 16fe750

Browse files
committed
design fix
1 parent 6ac8c61 commit 16fe750

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: client/public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" />
55
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
<meta name="theme-color" content="#FFFFFF" />
7+
<meta name="theme-color" content="rgba(255,255,255,0.98)" />
88
<meta property="og:image" content="https://repository-images.githubusercontent.com/352418261/67b0d180-d22b-11eb-9992-1a49430bba8f">
99
<meta property="og:title" content="React Notes">
1010
<meta property="og:description" content="A MERN-based notes web-app with authorisation, synchronization and functional user interface">

Diff for: client/public/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
],
2323
"start_url": ".",
2424
"display": "standalone",
25-
"theme_color": "#FFFFFF",
26-
"background_color": "#FFFFFF"
25+
"theme_color": "rgba(255,255,255,0.98)",
26+
"background_color": "#fafafa"
2727
}

0 commit comments

Comments
 (0)