@flozy/editor 9.3.8 → 9.3.9
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.
@@ -174,7 +174,7 @@ const MultiSelectWithPopover = props => {
|
|
174
174
|
sx: {
|
175
175
|
"& .MuiPaper-root": {
|
176
176
|
borderRadius: "20px",
|
177
|
-
background: theme?.palette?.editor?.
|
177
|
+
background: theme?.palette?.editor?.textFormatBgColor,
|
178
178
|
border: `1px solid ${theme?.palette?.editor?.popUpBorderColor}`,
|
179
179
|
boxShadow: "0px 4px 10px 0px #00000029"
|
180
180
|
}
|