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