feat(ColourPicker): add dark mode to the colour picker

This commit is contained in:
sethburkart123
2024-09-19 15:58:06 +10:00
parent 8f5013d2ff
commit 03ffe22fbb
5 changed files with 91 additions and 10 deletions
+2 -2
View File
@@ -85,9 +85,9 @@
"motion": "^10.18.0",
"postcss": "^8.4.45",
"publish-browser-extension": "^2.2.1",
"react": "^18.3.1",
"react": "17",
"react-best-gradient-color-picker": "^3.0.10",
"react-dom": "^18.3.1",
"react-dom": "17",
"react-error-boundary": "^4.0.13",
"react-router-dom": "^6.26.2",
"react-shadow-root": "^6.2.0",