1
0
Fork 0

fix: Tooltip classes

This commit is contained in:
joostdecock 2025-01-26 17:26:58 +01:00
parent e78864f274
commit 88bbd53684

View file

@ -6,7 +6,7 @@ export const Tooltip = (props) => {
return (
<div
{...rest}
className={`tooltip tooltip-bottom before:bg-base-200 before:shadow before:text-base-content`}
className={`tw-daisy-tooltip tw-daisy-tooltip-bottom before:tw-bg-base-200 before:tw-shadow before:tw-text-base-content`}
data-tip={tip}
>
{children}