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.
package/dist/index.js CHANGED
@@ -6145,6 +6145,7 @@ function ThemeOverrideSection({
6145
6145
  {
6146
6146
  label: locale("UseCustomPalette") || "Use custom palette",
6147
6147
  size: "md",
6148
+ mt: "xs",
6148
6149
  checked: useCustom,
6149
6150
  onChange: (e) => set("primaryColor", e.currentTarget.checked ? "custom" : "dirk"),
6150
6151
  styles: {