@eclass/ui-kit 1.54.5 → 1.54.6

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.
@@ -4153,19 +4153,23 @@ const Modal = ({
4153
4153
  marginX: isDesktop ? "auto" : 0,
4154
4154
  mb: 0,
4155
4155
  maxH: isInside ? "calc(100dvh - 96px)" : "auto",
4156
- maxWidth: isDesktop ? "600px" : "100%",
4156
+ maxWidth: isDesktop ? "690px" : "100%",
4157
4157
  ...fixedButtons && {
4158
4158
  ".uikit-modalContent": {
4159
4159
  pb: 0
4160
4160
  },
4161
4161
  ".uikit-modalButtons": {
4162
- py
4162
+ py,
4163
+ px
4163
4164
  }
4164
4165
  },
4165
4166
  ...withoutMargin && {
4166
4167
  ".uikit-modalContent": {
4167
4168
  pt: 0,
4168
4169
  px: 0
4170
+ },
4171
+ ".uikit-modalButtons": {
4172
+ px
4169
4173
  }
4170
4174
  }
4171
4175
  },