Skip to content

Commit 97e1eac

Browse files
authored
Set theme-color of docs to white (#12001)
1 parent 27b89ec commit 97e1eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ module.exports = {
8080
{
8181
tagName: 'meta',
8282
name: 'theme-color',
83-
content: JestThemeColor,
83+
content: '#FFF',
8484
},
8585
{
8686
tagName: 'meta',

0 commit comments

Comments
 (0)