dirk-cfx-react 1.1.75 → 1.1.77

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.
@@ -5418,6 +5418,7 @@ function ThemeOverrideSection({
5418
5418
  {
5419
5419
  label: locale("UseCustomPalette") || "Use custom palette",
5420
5420
  size: "md",
5421
+ mt: "xs",
5421
5422
  checked: useCustom,
5422
5423
  onChange: (e) => set("primaryColor", e.currentTarget.checked ? "custom" : "dirk"),
5423
5424
  styles: {