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/components/index.cjs +1 -0
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +1 -0
- package/dist/components/index.js.map +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -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: {
|