@flozy/editor 1.4.2 → 1.4.3

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.
@@ -110,7 +110,7 @@ const GridItem = props => {
110
110
  "&:hover": {
111
111
  background: `${bgColorHover || bgColor || "transparent"}`,
112
112
  "& *": {
113
- color: textColorHover || textColor || "#000"
113
+ color: textColorHover || textColor || "inherit"
114
114
  }
115
115
  }
116
116
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"