From 63ae39292790915505bb645b58c49b408e5189cf Mon Sep 17 00:00:00 2001 From: Pavel Mineev Date: Tue, 18 May 2021 15:58:22 +0300 Subject: [PATCH] fix oauth text color --- frontend/app/components/auth/auth.module.css | 6 +----- frontend/app/components/auth/components/oauth.module.css | 1 + 2 files changed, 2 insertions(+), 5 deletions(-) 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 {