dirk-cfx-react 1.1.75 → 1.1.76

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.
@@ -5425,6 +5425,7 @@ function ThemeOverrideSection({
5425
5425
  {
5426
5426
  label: locale("UseCustomPalette") || "Use custom palette",
5427
5427
  size: "md",
5428
+ mt: "xs",
5428
5429
  checked: useCustom,
5429
5430
  onChange: (e) => set("primaryColor", e.currentTarget.checked ? "custom" : "dirk"),
5430
5431
  styles: {