Fix login hover bug in light theme
This commit is contained in:
parent
0947393912
commit
569e4fb334
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@
|
|||
.button__content {
|
||||
&:hover {
|
||||
.button__label {
|
||||
color: var(--color-odysee-contrast);
|
||||
color: var(--color-text);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue