fix(frontend): fix styles in Job related pages
This commit is contained in:
@@ -26,7 +26,6 @@ export function AppLayout() {
|
||||
|
||||
function handleThemeToggle() {
|
||||
toggleTheme();
|
||||
toast.success(theme === "dark" ? "Light mode enabled." : "Dark mode enabled.");
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user