dhre-ui-kit 0.0.167 → 0.0.168

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
@@ -774,8 +774,8 @@ const CustomButton = ({
774
774
  style: [
775
775
  styles$x.buttonContainer,
776
776
  containerStyle,
777
- {
778
- paddingVertical: isLoading ? verticalScale(22) : verticalScale(14)
777
+ isLoading && {
778
+ paddingVertical: verticalScale(22)
779
779
  },
780
780
  disabled ? {
781
781
  backgroundColor: disabledColor ? disabledColor : theme.SURFACE_DISABLE