@abdellatifui/react 3.2.89 → 3.2.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/nextgen.js +1 -1
- package/package.json +1 -1
package/dist/nextgen.js
CHANGED
|
@@ -19769,7 +19769,7 @@ const Tooltip = ({
|
|
|
19769
19769
|
alignOffset: xOffset,
|
|
19770
19770
|
sideOffset: yOffset,
|
|
19771
19771
|
className: cn(
|
|
19772
|
-
"p-2 border shadow rounded-xs font-aptos text-sm",
|
|
19772
|
+
"p-2 border shadow rounded-xs font-aptos text-sm z-501",
|
|
19773
19773
|
variant == "primary" && "bg-white text-gray-700 ",
|
|
19774
19774
|
variant == "secondary" && "bg-accent border-2 text-accent-foreground",
|
|
19775
19775
|
variant == "outline" && "bg-white text-gray-700 border-2 border-gray-300 shadow-none",
|