@gearbox-protocol/permissionless-ui 1.2.32 → 1.2.33
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.
|
@@ -47,7 +47,7 @@ const TooltipContent = React.forwardRef(({ className, sideOffset = 4, ...props }
|
|
|
47
47
|
ref,
|
|
48
48
|
sideOffset,
|
|
49
49
|
className: (0, import_utils.default)(
|
|
50
|
-
"z-50 overflow-hidden rounded-md bg-
|
|
50
|
+
"z-50 overflow-hidden rounded-md bg-[rgb(40,40,40)] border-[rgb(100,100,100)] border px-3 py-1.5 text-xs text-white animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
51
51
|
className
|
|
52
52
|
),
|
|
53
53
|
...props
|
|
@@ -11,7 +11,7 @@ const TooltipContent = React.forwardRef(({ className, sideOffset = 4, ...props }
|
|
|
11
11
|
ref,
|
|
12
12
|
sideOffset,
|
|
13
13
|
className: cn(
|
|
14
|
-
"z-50 overflow-hidden rounded-md bg-
|
|
14
|
+
"z-50 overflow-hidden rounded-md bg-[rgb(40,40,40)] border-[rgb(100,100,100)] border px-3 py-1.5 text-xs text-white animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
15
15
|
className
|
|
16
16
|
),
|
|
17
17
|
...props
|