fix: Tooltip classes
This commit is contained in:
parent
e78864f274
commit
88bbd53684
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ export const Tooltip = (props) => {
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
{...rest}
|
{...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}
|
data-tip={tip}
|
||||||
>
|
>
|
||||||
{children}
|
{children}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue