Skip to content

Commit 82578fe

Browse files
authored
Change background color from black to white index.html
This commit is meant to fix farooqkz#36
1 parent 9f5abb8 commit 82578fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name="viewport"
77
content="width=device-width, initial-scale=1, shrink-to-fit=yes"
88
/>
9-
<meta name="theme-color" content="#000000" />
9+
<meta name="theme-color" content="#ffffff" />
1010
<script type="module" src="index.tsx"></script>
1111
<title>chooj</title>
1212
</head>

0 commit comments

Comments
 (0)