refac: styling

This commit is contained in:
Timothy J. Baek
2024-07-08 18:31:58 -07:00
parent b8d153ebb2
commit 9cea5f75bb
5 changed files with 21 additions and 24 deletions

View File

@@ -152,7 +152,10 @@
}
tooltipInstance = tippy(`#info-${message.id}`, {
content: `<span class="text-xs" id="tooltip-${message.id}">${tooltipContent}</span>`,
allowHTML: true
allowHTML: true,
theme: 'dark',
arrow: false,
offset: [0, 4]
});
}
};