lu-lowcode-package-form 0.11.35 → 0.11.36

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lu-lowcode-package-form",
3
- "version": "0.11.35",
3
+ "version": "0.11.36",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^4.8.1",
6
6
  "@dnd-kit/core": "^6.1.0",
@@ -811,7 +811,7 @@ const FormContainer = forwardRef(({ cols = 1, children, mode = "view" }, ref) =>
811
811
  },
812
812
  token: {
813
813
  colorBgContainerDisabled: 'rgba(0, 0, 0, 0.02)', // 设置更浅的灰色背景
814
- colorTextDisabled: '#000',
814
+ colorTextDisabled: '#333',
815
815
  }
816
816
  }}
817
817
  >