fix oauth text color
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user