@ctzhian/tiptap 1.1.1 → 1.1.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.
@@ -78,6 +78,7 @@ var NestedList = function NestedList(_ref) {
78
78
  position: 'relative',
79
79
  cursor: 'pointer',
80
80
  borderRadius: 1,
81
+ fontSize: 14,
81
82
  p: 1,
82
83
  ':hover': {
83
84
  bgcolor: 'action.hover'
@@ -126,6 +127,7 @@ var NestedList = function NestedList(_ref) {
126
127
  sx: _objectSpread({
127
128
  cursor: 'pointer',
128
129
  borderRadius: 1,
130
+ fontSize: 14,
129
131
  p: 1,
130
132
  ':hover': {
131
133
  bgcolor: 'action.hover'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctzhian/tiptap",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "基于 Tiptap 二次开发的编辑器组件",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",