dark mode
forgot to switch branches. Started working on dark mode by creating a theme for the app
This commit is contained in:
+2
-1
@@ -5,10 +5,11 @@ import './index.css'
|
||||
import 'react-grid-layout/css/styles.css'
|
||||
import 'react-resizable/css/styles.css'
|
||||
import App from './App.jsx'
|
||||
import theme from './theme.js'
|
||||
|
||||
createRoot(document.getElementById('root')).render(
|
||||
<StrictMode>
|
||||
<Provider>
|
||||
<Provider theme={theme}>
|
||||
<App />
|
||||
</Provider>
|
||||
</StrictMode>,
|
||||
|
||||
Reference in New Issue
Block a user