gearboxdownloadmodal 3.0.17 → 3.0.18
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 +1 -1
- 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
|
@@ -4177,7 +4177,7 @@ const Na = ({
|
|
|
4177
4177
|
flexDirection: "column",
|
|
4178
4178
|
justifyContent: "space-between",
|
|
4179
4179
|
padding: "5px",
|
|
4180
|
-
height: o > 1440 ? "
|
|
4180
|
+
height: o > 1440 ? "650px" : "625px",
|
|
4181
4181
|
borderRadius: "0px 0px 0px 16px"
|
|
4182
4182
|
// 'rounded-l-xl' typically means large rounded corners on the left side
|
|
4183
4183
|
},
|