gearboxdownloadmodal 3.0.3 → 3.0.4
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.es.js +2 -4
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4031,7 +4031,7 @@ const Ji = ({
|
|
|
4031
4031
|
// Adjust the value to match what 'rounded-xl' translates to in your setup
|
|
4032
4032
|
backgroundColor: "#000000",
|
|
4033
4033
|
// Replace with the actual color code for 'bg-dark-full'
|
|
4034
|
-
padding: "
|
|
4034
|
+
padding: "10px"
|
|
4035
4035
|
// You may need to adjust this to your specific needs
|
|
4036
4036
|
},
|
|
4037
4037
|
children: [
|
|
@@ -4040,9 +4040,7 @@ const Ji = ({
|
|
|
4040
4040
|
{
|
|
4041
4041
|
style: {
|
|
4042
4042
|
marginRight: "0.75rem",
|
|
4043
|
-
|
|
4044
|
-
flexGrow: 0,
|
|
4045
|
-
flexBasis: "24%"
|
|
4043
|
+
width: "45%"
|
|
4046
4044
|
},
|
|
4047
4045
|
children: /* @__PURE__ */ y.jsx(
|
|
4048
4046
|
lo,
|