Skip to content

Commit 16d3ae2

Browse files
author
Gregory Pratt
committed
variables for tooltip
1 parent 9cb62d4 commit 16d3ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scss/_variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,8 @@
418418
--toggle-handle-box-shadow: 0 1px 3px 1px var(--color-3);
419419

420420
/* Tooltips */
421-
--tooltip-color: var(--color-10);
422-
--tooltip-background: var(--color-0);
421+
--tooltip-color: var(--color-text-inverse);
422+
--tooltip-background: var(--color-text);
423423
--tooltip-border-radius: var(--border-radius);
424424

425425
/* Trees */

0 commit comments

Comments
 (0)