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.mjs CHANGED
@@ -747,8 +747,8 @@ const createStyles$3 = (theme) => {
747
747
  backgroundColor: "rgba(0, 0, 0, 0.3)"
748
748
  },
749
749
  box: {
750
- width: horizontalScale(148),
751
- paddingVertical: 24,
750
+ width: horizontalScale(100),
751
+ paddingVertical: 12,
752
752
  backgroundColor: theme.SURFACE_PRIMARY,
753
753
  borderRadius: 16,
754
754
  justifyContent: "center",