feat: fix dark mode

This commit is contained in:
Travis Fischer
2021-01-29 00:43:17 -05:00
parent 4b66e30215
commit 53e713195c
6 changed files with 90 additions and 28 deletions

View File

@@ -46,8 +46,9 @@
"react-body-classname": "^1.3.1",
"react-dom": "17.0.1",
"react-icons": "^4.1.0",
"react-notion-x": "^4.0.0",
"react-use": "^15.3.3"
"react-notion-x": "^4.1.0",
"react-use": "^15.3.3",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^10.0.5",