Update tooltip to use theme colour rather than static grey

This commit is contained in:
Andrew Kingston 2022-07-26 13:41:18 +01:00
parent ec6e17748a
commit 8da7586ba2
2 changed files with 4 additions and 0 deletions

View File

@ -26,5 +26,9 @@
<style>
.tooltip {
pointer-events: none;
background: var(--spectrum-global-color-gray-500);
}
.spectrum-Tooltip-tip {
border-top-color: var(--spectrum-global-color-gray-500);
}
</style>