1
0

fix: use grey-100 instead of light so that it is properly set in dark mode

This commit is contained in:
kolaente
2022-06-08 23:00:03 +02:00
parent 9716517ffa
commit d1f22c5b43
3 changed files with 5 additions and 5 deletions

View File

@ -294,7 +294,7 @@ export default defineComponent({
}
&:hover {
background: var(--light);
background: var(--grey-100);
}
.text {