@zhenliang/sheet 0.1.82-beta.1 → 0.1.82-beta.2

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.
@@ -193,6 +193,9 @@ export var DraggableShell = function DraggableShell(_ref) {
193
193
  //调整宽度
194
194
  },
195
195
  children: /*#__PURE__*/_jsx("span", {
196
+ style: {
197
+ color: '#292c33'
198
+ },
196
199
  className: "value-viewer",
197
200
  children: typeof item.title === 'function' ? /*#__PURE__*/createElement(item.title) : item.title
198
201
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhenliang/sheet",
3
- "version": "0.1.82-beta.1",
3
+ "version": "0.1.82-beta.2",
4
4
  "description": "A react library developed with dumi",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",