Ensure that the ThemeProvider correctly toggles between darkTheme and lightTheme based on the darkMode state. This fixes the issue where the light theme was not being applied correctly.
Updated ThemeProvider to use darkTheme when darkMode is true and lightTheme when darkMode is false.
Verified theme objects in utils/Thame.js are properly structured.
Ensure that the ThemeProvider correctly toggles between darkTheme and lightTheme based on the darkMode state. This fixes the issue where the light theme was not being applied correctly.
Resolves: [#2 ]