Correct Tooltip Colors

This commit is contained in:
2026-04-04 18:30:52 +02:00
parent f39359ef67
commit 011aad6f2f
8 changed files with 19 additions and 20 deletions

View File

@@ -1810,7 +1810,7 @@ __export(exports_Tooltip, {
});
var Tooltip = (props, children) => $html2("div", {
...props,
class: () => ui("tooltip", props.ui, props.class),
class: () => ui("tooltip", props.class),
"data-tip": props.tip
}, children);