Update color for dark mode

This commit is contained in:
Rustico77
2026-05-12 13:46:36 +00:00
parent 539f5911eb
commit 77477c10cf
4 changed files with 12 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ api.interceptors.request.use(config => {
config.headers.Authorization = `Bearer ${token}`;
}
return config;
});
});
api.interceptors.response.use(
response => response,