@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?.
|
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?.
|
41
|
+
color: theme?.palette?.editor?.activeColor,
|
42
42
|
background: "rgba(233, 243, 254, 1)",
|
43
43
|
"& .MuiTypography-root": {
|
44
|
-
color: theme?.palette?.editor?.
|
44
|
+
color: theme?.palette?.editor?.activeColor
|
45
45
|
}
|
46
46
|
}
|
47
47
|
}
|