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 13d321350b
commit f34ac184ab
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>