Spaces:
Configuration error
Configuration error
Commit
Β·
68b8ffb
1
Parent(s):
a2d4a57
Dark Theme Fixed π
Browse files
frontend/src/Components/ReactFlow/ReactFlowEnv.js
CHANGED
@@ -71,7 +71,7 @@ export default function ReactEnviorment() {
|
|
71 |
|
72 |
return (
|
73 |
<>
|
74 |
-
<div className=' absolute top-4 right-5 z-50' onClick={()=> setTheme(theme
|
75 |
<h1 className='text-4xl select-none' >{theme ? 'π' : 'βοΈ'}</h1>
|
76 |
</div>
|
77 |
<div className={`flex h-screen w-screen ${theme ? "dark" : ""} transition-all`}>
|
|
|
71 |
|
72 |
return (
|
73 |
<>
|
74 |
+
<div className=' absolute top-4 right-5 z-50' onClick={()=> setTheme(!theme)}>
|
75 |
<h1 className='text-4xl select-none' >{theme ? 'π' : 'βοΈ'}</h1>
|
76 |
</div>
|
77 |
<div className={`flex h-screen w-screen ${theme ? "dark" : ""} transition-all`}>
|