debug: 🧪 Log theme

This commit is contained in:
ThatOneCalculator 2022-03-22 13:07:25 -07:00
parent 82cb6ff2e5
commit 08352498c8
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@ function updateTooltips() {
theme = "rosepine-extended"
}
console.log(theme)
for (const i in document.querySelectorAll(".btn")) {
//@ts-ignore
i._tippy.setProps({ theme: theme })