domain0 0.3.0 → 0.3.2

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.
@@ -1116,10 +1116,10 @@ const Domain0WhiteLabelThemeSchema = zod.z.object({
1116
1116
  "light",
1117
1117
  "dark",
1118
1118
  "system"
1119
- ]).default("system"),
1119
+ ]).default("light"),
1120
1120
  light: LightThemePaletteSchema.prefault({}),
1121
1121
  dark: DarkThemePaletteSchema.prefault({}),
1122
- backdrop: BackdropHexColorSchema.default("#111827B8"),
1122
+ backdrop: BackdropHexColorSchema.default("#2B21FF26"),
1123
1123
  widthPx: zod.z.number().int().min(320).max(960).default(672),
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),