This commit is contained in:
Seth Forsgren 2022-12-12 11:33:42 -08:00
parent 962d57bcc2
commit 8189d64e37
2 changed files with 4 additions and 4 deletions

View File

@ -203,8 +203,10 @@ export function debugButton(
inferenceResults,
nowPlayingResult
) {
const [debugOpen, debugSetOpen] = useState(false);
let buttonClassName = "";
if (open) {
if (debugOpen) {
buttonClassName =
"fixed z-20 top-4 right-6 bg-sky-400 w-10 h-10 rounded-full flex justify-center items-center text-white text-xl hover:bg-sky-500 hover:drop-shadow-2xl";
} else {
@ -212,8 +214,6 @@ export function debugButton(
"fixed z-20 top-4 right-6 bg-sky-100 w-10 h-10 rounded-full flex justify-center items-center text-sky-900 text-xl hover:text-white hover:bg-sky-500 hover:drop-shadow-2xl";
}
const [debugOpen, debugSetOpen] = useState(false);
return (
<>
<button

2
package-lock.json generated
View File

@ -11,8 +11,8 @@
"@headlessui/react": "^1.5.0",
"@react-three/drei": "^9.41.2",
"@react-three/fiber": "^8.9.1",
"daisyui": "^2.43.0",
"@vercel/analytics": "^0.1.6",
"daisyui": "^2.43.0",
"eslint": "8.27.0",
"eslint-config-next": "13.0.4",
"next": "13.0.4",