@lmnto/h-mall-shared 1.0.7 → 1.0.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lmnto/h-mall-shared",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "private": false,
5
5
  "sideEffects": false,
6
6
  "scripts": {
@@ -39,7 +39,7 @@ export function NowpaymentsDepositNoticeDialog({
39
39
  return (
40
40
  <Dialog
41
41
  open={open}
42
- size="lg"
42
+ size="xs"
43
43
  handler={() => {
44
44
  if (!actionLoading) setOpen(false);
45
45
  }}
@@ -99,7 +99,7 @@ export function NowpaymentsDepositNoticeDialog({
99
99
  </CustomNextLink>
100
100
  {scopeT("p4b")}
101
101
  </Typography>
102
- <div className="flex items-start gap-2 pt-2">
102
+ <div className="flex items-center gap-2 pt-2">
103
103
  <Checkbox
104
104
  color="green"
105
105
  checked={confirmed}