@flozy/editor 1.4.2 → 1.4.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -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"