@julseb-lib/react 1.1.18 → 1.1.19
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -68842,7 +68842,7 @@ var TabsButton = ({
|
|
|
68842
68842
|
{
|
|
68843
68843
|
ref,
|
|
68844
68844
|
className: clsx(
|
|
68845
|
-
"outline-none font-bold",
|
|
68845
|
+
"inline-flex items-center gap-2 outline-none font-bold",
|
|
68846
68846
|
genRingColor["primary"],
|
|
68847
68847
|
isActive && "active",
|
|
68848
68848
|
variant === "basic" && [
|