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