fix dark-theme tooltip styles
This commit is contained in:
parent
dfe23e47e4
commit
5a4e73d3fe
1 changed files with 7 additions and 0 deletions
7
src/ui/scss/component/_tooltip.scss
Normal file
7
src/ui/scss/component/_tooltip.scss
Normal file
|
@ -0,0 +1,7 @@
|
|||
[data-reach-tooltip] {
|
||||
[data-mode='dark'] & {
|
||||
color: var(--dm-color-01);
|
||||
background-color: $lbry-black;
|
||||
border-color: $border-color--dark;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue