dhre-ui-kit 0.0.167 → 0.0.169

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
@@ -741,8 +741,8 @@ const CustomButton = ({
741
741
  style: [
742
742
  styles$x.buttonContainer,
743
743
  containerStyle,
744
- {
745
- paddingVertical: isLoading ? verticalScale(22) : verticalScale(14)
744
+ isLoading && {
745
+ paddingVertical: verticalScale(22)
746
746
  },
747
747
  disabled ? {
748
748
  backgroundColor: disabledColor ? disabledColor : theme.SURFACE_DISABLE