@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.js
CHANGED
|
@@ -66104,7 +66104,7 @@ var TabsButton = ({
|
|
|
66104
66104
|
"[&.active]:bg-primary-500 [&.active]:text-white"
|
|
66105
66105
|
],
|
|
66106
66106
|
justify === "start" && ["min-w-20"],
|
|
66107
|
-
justify === "stretch" && ["grow w-full"],
|
|
66107
|
+
justify === "stretch" && ["grow w-full justify-center"],
|
|
66108
66108
|
"tabs-button",
|
|
66109
66109
|
className
|
|
66110
66110
|
),
|