@pagelines/sdk 1.0.431 → 1.0.433

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.
@@ -3382,8 +3382,8 @@ const tt = [
3382
3382
  xs: "px-3 py-1 text-[11px]",
3383
3383
  sm: "px-3 py-1.5 text-xs",
3384
3384
  md: "px-4 py-2 text-sm",
3385
- lg: "px-6 py-3 text-base",
3386
- xl: "px-8 py-4 text-base"
3385
+ lg: "px-8 py-3.5 text-[15px]",
3386
+ xl: "px-10 py-4 text-base"
3387
3387
  }, p = e.design === "link" ? "!px-1" : "", w = {
3388
3388
  md: "rounded-md",
3389
3389
  lg: "rounded-lg",