dhre-ui-kit 0.0.395 → 0.0.397

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/lib/index.mjs CHANGED
@@ -2367,8 +2367,8 @@ const CustomLoader = ({
2367
2367
  style: [
2368
2368
  styles.box,
2369
2369
  {
2370
- width: horizontalScale(isDP ? 100 : 148),
2371
- paddingVertical: isDP ? 12 : 24
2370
+ width: horizontalScale(isDP ? 100 : 124),
2371
+ paddingVertical: isDP ? 12 : 18
2372
2372
  },
2373
2373
  customeBox
2374
2374
  ]