@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.js
CHANGED
|
@@ -66092,7 +66092,7 @@ var TabsButton = ({
|
|
|
66092
66092
|
{
|
|
66093
66093
|
ref,
|
|
66094
66094
|
className: clsx(
|
|
66095
|
-
"outline-none font-bold",
|
|
66095
|
+
"inline-flex items-center gap-2 outline-none font-bold",
|
|
66096
66096
|
genRingColor["primary"],
|
|
66097
66097
|
isActive && "active",
|
|
66098
66098
|
variant === "basic" && [
|