dhre-ui-kit 0.0.396 → 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.js CHANGED
@@ -2403,8 +2403,8 @@ const CustomLoader = ({
2403
2403
  style: [
2404
2404
  styles.box,
2405
2405
  {
2406
- width: horizontalScale(isDP ? 100 : 148),
2407
- paddingVertical: isDP ? 12 : 24
2406
+ width: horizontalScale(isDP ? 100 : 124),
2407
+ paddingVertical: isDP ? 12 : 18
2408
2408
  },
2409
2409
  customeBox
2410
2410
  ]