fix: tooltip color in dark mode
This commit is contained in:
parent
2dba9e6e57
commit
1a98305969
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
.v-popper--theme-tooltip .v-popper__inner {
|
||||
padding: 5px 10px;
|
||||
font-size: 0.8rem;
|
||||
background: var(--dark);
|
||||
background: var(--grey-900);
|
||||
color: var(--white);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.dark .v-popper--theme-tooltip .v-popper__inner {
|
||||
background: var(--white);
|
||||
color: var(--dark);
|
||||
color: var(--grey-900);
|
||||
}
|
Loading…
Reference in a new issue