chore: fixes incorrect tooltip arrow color

This commit is contained in:
Jarrod Flesch
2023-01-09 16:06:51 -05:00
parent 001a68f45c
commit 84bc5ab299

View File

@@ -9,7 +9,7 @@
transform: none;
background-color: var(--theme-error-500);
span {
&:after {
border-top-color: var(--theme-error-500);
}
}