Skip to content

Commit

Permalink
fix oauth text color
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Mineev authored and umputun committed May 18, 2021
1 parent 4d011aa commit 63ae392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions frontend/app/components/auth/auth.module.css
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
1 change: 1 addition & 0 deletions frontend/app/components/auth/components/oauth.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

&::after {
display: inline-block;
color: rgb(var(--secondary-text-color));
}

&:hover {
Expand Down

0 comments on commit 63ae392

Please sign in to comment.