@flozy/editor 4.2.7 → 4.2.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,7 +23,7 @@ const useContextMenuStyle = ({
23
23
  }
24
24
  },
25
25
  "&:hover": {
26
- color: theme?.palette?.editor?.background,
26
+ color: theme?.palette?.editor?.activeColor,
27
27
  background: "rgba(233, 243, 254, 1)",
28
28
  "& .shortcut-help-info": {
29
29
  color: theme?.palette?.editor?.background
@@ -38,10 +38,10 @@ const useOptionsPopupStyle = ({
38
38
  borderRadius: "7px",
39
39
  color: theme?.palette?.editor?.textColor,
40
40
  "&:hover": {
41
- color: theme?.palette?.editor?.background,
41
+ color: theme?.palette?.editor?.activeColor,
42
42
  background: "rgba(233, 243, 254, 1)",
43
43
  "& .MuiTypography-root": {
44
- color: theme?.palette?.editor?.background
44
+ color: theme?.palette?.editor?.activeColor
45
45
  }
46
46
  }
47
47
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "4.2.7",
3
+ "version": "4.2.8",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"