@xsolla/xui-core 0.158.0 → 0.159.0

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/index.mjs CHANGED
@@ -3243,10 +3243,10 @@ var themeConfig = (mode = "dark", productContext = defaultProductContext) => {
3243
3243
  modal: () => {
3244
3244
  return {
3245
3245
  borderRadius: 8,
3246
- headerPadding: 8,
3247
- contentPadding: 40,
3248
- headerButtonSize: "xl",
3249
- headerGap: 8,
3246
+ headerPadding: "28px 24px 0",
3247
+ contentPadding: 24,
3248
+ headerButtonSize: "xs",
3249
+ headerGap: 24,
3250
3250
  shadow: "0px 8px 12px 6px rgba(7, 7, 8, 0.1), 0px 4px 4px rgba(7, 7, 8, 0.2)",
3251
3251
  maxWidth: 680,
3252
3252
  overlayColor: "rgba(0, 0, 0, 0.5)",