fix: use grey-100 instead of light so that it is properly set in dark mode
This commit is contained in:
@ -294,7 +294,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: var(--light);
|
||||
background: var(--grey-100);
|
||||
}
|
||||
|
||||
.text {
|
||||
|
Reference in New Issue
Block a user