diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 2b66a7c..1371af4 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -70,4 +70,4 @@ const Navbar = () => { ); }; -export default Navbar; +export default Navbar; \ No newline at end of file diff --git a/src/components/dashboard/BlockManager.tsx b/src/components/dashboard/BlockManager.tsx index f77c158..cd35dad 100644 --- a/src/components/dashboard/BlockManager.tsx +++ b/src/components/dashboard/BlockManager.tsx @@ -15,6 +15,8 @@ const BlockManager = () => { const [alertText, setAlertText] = React.useState(''); const { t } = useTranslation(); const { isNightMode } = useContext(NightModeContext); + const nightModeBgColor1 = 'color1ForNightMode'; + const nightModeBgColor2 = 'color2ForNightMode'; const textFieldStyle = isNightMode ? { InputLabelProps: { style: { color: 'white' } }, @@ -110,7 +112,9 @@ const BlockManager = () => {