@julseb-lib/react 1.1.19 → 1.1.20
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
|
@@ -68854,7 +68854,7 @@ var TabsButton = ({
|
|
|
68854
68854
|
"[&.active]:bg-primary-500 [&.active]:text-white"
|
|
68855
68855
|
],
|
|
68856
68856
|
justify === "start" && ["min-w-20"],
|
|
68857
|
-
justify === "stretch" && ["grow w-full"],
|
|
68857
|
+
justify === "stretch" && ["grow w-full justify-center"],
|
|
68858
68858
|
"tabs-button",
|
|
68859
68859
|
className
|
|
68860
68860
|
),
|