dhre-ui-kit 0.0.364 → 0.0.366

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
@@ -783,8 +783,8 @@ const createStyles$3 = (theme) => {
783
783
  backgroundColor: "rgba(0, 0, 0, 0.3)"
784
784
  },
785
785
  box: {
786
- width: horizontalScale(148),
787
- paddingVertical: 24,
786
+ width: horizontalScale(100),
787
+ paddingVertical: 12,
788
788
  backgroundColor: theme.SURFACE_PRIMARY,
789
789
  borderRadius: 16,
790
790
  justifyContent: "center",