fix oauth text color

This commit is contained in:
Pavel Mineev
2021-05-18 13:29:33 -05:00
committed by Umputun
parent 4d011aa5f3
commit 63ae392927
2 changed files with 2 additions and 5 deletions
+1 -5
View File
@@ -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 {
@@ -27,6 +27,7 @@
&::after {
display: inline-block;
color: rgb(var(--secondary-text-color));
}
&:hover {