@julseb-lib/react 1.0.27 → 1.0.28
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
|
@@ -3905,7 +3905,7 @@ var Button = ({
|
|
|
3905
3905
|
{
|
|
3906
3906
|
ref,
|
|
3907
3907
|
className: clsx(
|
|
3908
|
-
"inline-flex items-center self-start gap-2 px-4 py-2 outline-none font-bold text-base",
|
|
3908
|
+
"inline-flex justify-center items-center self-start gap-2 px-4 py-2 outline-none font-bold text-base",
|
|
3909
3909
|
genBorderRadius[borderRadius],
|
|
3910
3910
|
variant === "plain" && [
|
|
3911
3911
|
genBgColorHover[color],
|