domain0 0.3.2 → 0.3.3

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.
@@ -1120,7 +1120,7 @@ const Domain0WhiteLabelThemeSchema = zod.z.object({
1120
1120
  light: LightThemePaletteSchema.prefault({}),
1121
1121
  dark: DarkThemePaletteSchema.prefault({}),
1122
1122
  backdrop: BackdropHexColorSchema.default("#2B21FF26"),
1123
- widthPx: zod.z.number().int().min(320).max(960).default(672),
1123
+ widthPx: zod.z.number().int().min(320).max(960).default(520),
1124
1124
  dialogRadiusPx: zod.z.number().int().min(0).max(48).default(20),
1125
1125
  buttonRadiusPx: zod.z.number().int().min(0).max(999).default(999),
1126
1126
  inputRadiusPx: zod.z.number().int().min(0).max(32).default(12),