diff --git a/src/app.tsx b/src/app.tsx index c5852e1..b3fa3b2 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -19,8 +19,6 @@ function App({ children }: PropsWithChildren) { if (login?.tokens?.accessToken) { serverSdk.setAccessToken(login.tokens.accessToken, login.user.id) } - const logs = await serverSdk.getMineLogs() - console.log({ logs }) } catch (error) { console.error('Login failed:', error) } diff --git a/src/components/LoadingOverlay/index.css b/src/components/LoadingOverlay/index.css index 73d2cb5..4371ba3 100644 --- a/src/components/LoadingOverlay/index.css +++ b/src/components/LoadingOverlay/index.css @@ -77,6 +77,6 @@ } .loading-container .btn-secondary { - background: rgba(255, 255, 255, 0.2); + background: rgba(255, 255, 255, 0.9); color: black; } \ No newline at end of file