fix: 💄 Use variable instead of hardcoded

This commit is contained in:
ThatOneCalculator 2022-03-21 18:31:15 -07:00
parent f70de0e290
commit 2844749225
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ $bg: #26233a;
background-color: $bg;
}
> .tippy-svg-arrow {
fill: #26233a;
fill: $bg;
}
}