diff --git a/frontend/app/components/auth/auth.module.css b/frontend/app/components/auth/auth.module.css index 66b62609..8e53d0ef 100644 --- a/frontend/app/components/auth/auth.module.css +++ b/frontend/app/components/auth/auth.module.css @@ -1,11 +1,7 @@ .root { position: relative; z-index: 1; - color: var(--color34); -} - -:global(.dark) .root { - color: var(--color16); + color: rgb(var(--secondary-text-color)); } .buttonArrow { diff --git a/frontend/app/components/auth/components/oauth.module.css b/frontend/app/components/auth/components/oauth.module.css index 9a0ce930..6406f3aa 100644 --- a/frontend/app/components/auth/components/oauth.module.css +++ b/frontend/app/components/auth/components/oauth.module.css @@ -27,6 +27,7 @@ &::after { display: inline-block; + color: rgb(var(--secondary-text-color)); } &:hover {