diff --git a/src/App.css b/src/App.css index 729309b..51245f8 100644 --- a/src/App.css +++ b/src/App.css @@ -4,6 +4,13 @@ .App { text-align: center; } +body { + @apply bg-white text-black; +} + +.dark body { + @apply bg-gray-900 text-white; +} .App-logo { height: 40vmin; diff --git a/src/App.js b/src/App.js index 9c0215f..4c1fc20 100644 --- a/src/App.js +++ b/src/App.js @@ -8,6 +8,7 @@ import { Provider, useSelector, useDispatch } from 'react-redux'; import { store } from './Store/index'; import { getCurrentUser } from './Store/authSlice'; import styled from 'styled-components'; +import { useState } from "react"; import Navbar from './componets/Navbar'; import Footer from './componets/footer'; @@ -42,6 +43,7 @@ import Reviews from './componets/Reviews'; import AnimatedCursor from 'react-animated-cursor'; import Chatbot from "./componets/Chatbot"; +
Start your day with the perfect brew.